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)
This simplifies the build system by removing the need for
libapplication.a, libbootloader.a and the two start.c copies.


No differences found