mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
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" \
|
||||
--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 \
|
||||
&& \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user