Compile cargo statically

This commit is contained in:
Jeremy Soller 2019-06-20 18:37:26 -06:00
parent 2dd140995d
commit f4786da9be
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-cargo-native-static \
--enable-extended \
--tools=cargo \
--target="$(TARGET)" \
@ -171,6 +172,7 @@ $(PREFIX)/rust-freestanding-install: $(ROOT)/rust | $(PREFIX)/binutils-install
"$</configure" \
--prefix="/" \
--disable-docs \
--enable-cargo-native-static \
--enable-extended \
--tools=cargo \
&& \