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)
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.


No differences found