Use xargo to compile relibc, to allow patching of rust core and alloc

This commit is contained in:
Jeremy Soller 2018-11-11 08:14:01 -07:00
parent 90a87dbdbd
commit 5d256f4996
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 3 additions and 4 deletions

View file

@ -55,9 +55,8 @@ $(PREFIX)/relibc-install: $(PREFIX)/binutils-install $(PREFIX)/gcc-freestanding-
rm -rf "$@"
cd relibc && \
export PATH="$(PREFIX_FREESTANDING_PATH):$$PATH" && \
rustup target add "$(TARGET)" && \
make all && \
make DESTDIR="$@/usr" install
make CARGO=xargo all && \
make CARGO=xargo DESTDIR="$@/usr" install
touch "$@"
$(PREFIX)/gcc-install: $(PREFIX)/gcc | $(PREFIX)/relibc-install

2
relibc

@ -1 +1 @@
Subproject commit bf111188e17b502b77b399b28ac43189fd4d0e6a
Subproject commit 2b3ae4d8b80c24003661711ae1d94aea0cfda9a9