build: Link libgcc from the command line instead of the linker script.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 29 Dec 2019 11:16:49 +0000 (12:16 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit7fb6d100bd5f916d8e9684d654c27796665f3ef1
tree77a7ddd96772e6014e62f9d193dc00b727c74578
parentd01df7df3c2df92885650e88ac557e5301e23da7
build: Link libgcc from the command line instead of the linker script.

Pulling it in via the linker script will only work if we use our
C toolchain's linker and would fail if we used the Rust linker.
SConscript.target
src/application/application.ld
src/bootloader/bootloader-final.ld
src/bootloader/bootloader-intermediate.ld