diff options
author | Joel Stanley <joel@jms.id.au> | 2020-05-26 13:08:35 +0930 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-05-27 17:00:44 +1000 |
commit | 25bc42e754e76f7dd45048bcfb139fdba22e3e29 (patch) | |
tree | 80a1e25ab8cca6aba78e586d2256c532175feea4 /docs/esp8266/tutorial/powerctrl.rst | |
parent | b3bc9808f2d1396a946ae899b7d81d043eac1ddd (diff) | |
download | micropython-25bc42e754e76f7dd45048bcfb139fdba22e3e29.tar.gz micropython-25bc42e754e76f7dd45048bcfb139fdba22e3e29.zip |
powerpc: Fix Makefile rule when linking.
The linker script was included in the "$^" inputs, causing the build to
fail:
LINK build/firmware.elf
powerpc64le-linux-gnu-ld: error: linker script file 'powerpc.lds' appears multiple times
As a fix the linker script is left as a dependency of the elf, but only the
object files are linked.
Diffstat (limited to 'docs/esp8266/tutorial/powerctrl.rst')
0 files changed, 0 insertions, 0 deletions