We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c791dc5 commit 4c0c682Copy full SHA for 4c0c682
Makefile
@@ -70,21 +70,7 @@ $(sysroot_dir)/bin/cc:
70
ln -s $(shell which gcc) $(sysroot_dir)/bin/cc
71
72
rust-build: $(sysroot_dir)/bin/cc
73
- # --disable-manage-submodules
74
- cd $(rust_src) && \
75
- ./configure --enable-debug \
76
- --enable-extended \
77
- --prefix=$(rust_dest) \
78
- --sysconfdir=$(rust_dest)/etc \
79
- --localstatedir=$(rust_dest)/var/lib \
80
- --datadir=$(rust_dest)/share \
81
- --infodir=$(rust_dest)/share/info \
82
- --default-linker=gcc \
83
- --llvm-root=$(llvm_dest) \
84
- --enable-llvm-link-shared \
85
- --enable-ccache
86
- cd $(rust_src) && make $(makeflags)
87
- cd $(rust_src) && make install
+ python2 rust/x.py install
88
$(rust_dest)/bin/rustc: rust-build
89
rust: $(rust_dest)/bin/rustc
90
rust
0 commit comments