Attempt to build HOST_TARGET in rust-install
This commit is contained in:
parent
f007b05cd2
commit
db157bc963
|
@ -213,7 +213,7 @@ $(PREFIX)/rust-install: $(ROOT)/rust | $(PREFIX)/gcc-install $(PREFIX)/relibc-fr
|
|||
--enable-extended \
|
||||
--enable-llvm-static-stdcpp \
|
||||
--tools=cargo \
|
||||
--target="$(TARGET)" \
|
||||
--target="$(HOST_TARGET),$(TARGET)" \
|
||||
&& \
|
||||
$(MAKE) -j `$(NPROC)` && \
|
||||
rm -rf "$(ROOT)/$@.partial/lib/rustlib" "$(ROOT)/$@.partial/share/doc/rust" && \
|
||||
|
|
Loading…
Reference in a new issue