mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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.
1.6 KiB
1.6 KiB