Compile cargo statically
This commit is contained in:
parent
2dd140995d
commit
f4786da9be
|
@ -63,6 +63,7 @@ $(PREFIX)/rust-install: $(ROOT)/rust | $(PREFIX)/relibc-install
|
||||||
"$</configure" \
|
"$</configure" \
|
||||||
--prefix="/" \
|
--prefix="/" \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
--enable-cargo-native-static \
|
||||||
--enable-extended \
|
--enable-extended \
|
||||||
--tools=cargo \
|
--tools=cargo \
|
||||||
--target="$(TARGET)" \
|
--target="$(TARGET)" \
|
||||||
|
@ -171,6 +172,7 @@ $(PREFIX)/rust-freestanding-install: $(ROOT)/rust | $(PREFIX)/binutils-install
|
||||||
"$</configure" \
|
"$</configure" \
|
||||||
--prefix="/" \
|
--prefix="/" \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
--enable-cargo-native-static \
|
||||||
--enable-extended \
|
--enable-extended \
|
||||||
--tools=cargo \
|
--tools=cargo \
|
||||||
&& \
|
&& \
|
||||||
|
|
Loading…
Reference in a new issue