Link to stdcpp statically

This commit is contained in:
Jeremy Soller 2019-06-20 18:38:54 -06:00
parent e095b1da92
commit c35d9e39f7
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -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)` && \