Build rust toolchains with tools like cargo

This commit is contained in:
Jeremy Soller 2019-06-19 20:09:48 -06:00
parent 5884b58ba7
commit c3be572aa5
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -63,6 +63,7 @@ $(PREFIX)/rust-install: $(ROOT)/rust | $(PREFIX)/relibc-install
"$</configure" \
--prefix="/" \
--disable-docs \
--enable-extended \
--target="$(TARGET)" \
&& \
make -j `$(NPROC)` && \
@ -168,6 +169,7 @@ $(PREFIX)/rust-freestanding-install: $(ROOT)/rust | $(PREFIX)/binutils-install
"$</configure" \
--prefix="/" \
--disable-docs \
--enable-extended \
&& \
make -j `$(NPROC)` && \
make -j `$(NPROC)` install DESTDIR="$(ROOT)/$@.partial"