rust
This commit is contained in:
parent
43ca8a3f36
commit
291939de59
|
@ -8,13 +8,11 @@ isim=rust
|
||||||
surum=1.28.0
|
surum=1.28.0
|
||||||
devir=3
|
devir=3
|
||||||
kaynak=(http://static.rust-lang.org/dist/rustc-$surum-src.tar.gz
|
kaynak=(http://static.rust-lang.org/dist/rustc-$surum-src.tar.gz
|
||||||
0001-librustc_llvm-build-Force-link-against-libffi.patch
|
|
||||||
bootstrap-config.toml)
|
bootstrap-config.toml)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd ${isim}c-$surum-src
|
cd ${isim}c-$surum-src
|
||||||
|
|
||||||
patch -p1 -i $SRC/0001-librustc_llvm-build-Force-link-against-libffi.patch
|
|
||||||
cp $SRC/bootstrap-config.toml config.toml
|
cp $SRC/bootstrap-config.toml config.toml
|
||||||
|
|
||||||
/usr/bin/python2 ./x.py build --verbose
|
/usr/bin/python2 ./x.py build --verbose
|
||||||
|
|
Loading…
Reference in New Issue