Skip to content

Commit 4c0c682

Browse files
committed
Update rust.
1 parent c791dc5 commit 4c0c682

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

Makefile

+1-15
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,7 @@ $(sysroot_dir)/bin/cc:
7070
ln -s $(shell which gcc) $(sysroot_dir)/bin/cc
7171

7272
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
73+
python2 rust/x.py install
8874
$(rust_dest)/bin/rustc: rust-build
8975
rust: $(rust_dest)/bin/rustc
9076

rust

Submodule rust updated from 41193c1 to 842ce79

0 commit comments

Comments
 (0)