build: Use rustc to link the binaries instead of gcc.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 29 Dec 2019 11:55:24 +0000 (12:55 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit8b09b780219fb53132e4271e4e71f2c779c47321
treea02c4bda0f91cdabe98985054e938e73286d8816
parent4010ab05ac4d3c6c4f3edbff6f2ff3a4b67fd32f
build: Use rustc to link the binaries instead of gcc.

This simplifies the build system by removing the need for
libapplication.a, libbootloader.a and the two start.c copies.
SConscript.target
src/application/main.rs
src/application/start.c [deleted file]
src/bootloader/bootloader-final.ld
src/bootloader/main.rs
src/bootloader/start.c [deleted file]