mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Link to stdcpp statically
This commit is contained in:
parent
e095b1da92
commit
c35d9e39f7
@ -65,6 +65,7 @@ $(PREFIX)/rust-install: $(ROOT)/rust | $(PREFIX)/relibc-install
|
||||
--disable-docs \
|
||||
--enable-cargo-native-static \
|
||||
--enable-extended \
|
||||
--enable-llvm-static-stdcpp \
|
||||
--tools=cargo \
|
||||
--target="$(TARGET)" \
|
||||
&& \
|
||||
@ -174,6 +175,7 @@ $(PREFIX)/rust-freestanding-install: $(ROOT)/rust | $(PREFIX)/binutils-install
|
||||
--disable-docs \
|
||||
--enable-cargo-native-static \
|
||||
--enable-extended \
|
||||
--enable-llvm-static-stdcpp \
|
||||
--tools=cargo \
|
||||
&& \
|
||||
make -j `$(NPROC)` && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user