Revert 'gnu: rust: Remove unused "ar" setting.'.
Some versions of Rust do need it and others complain about it.
For now, revert the removal entirely.
This reverts commit ec944a1de9
.
This commit is contained in:
parent
05fb1e0017
commit
91294b5361
|
@ -574,6 +574,7 @@ rpath = true
|
||||||
llvm-config = \"" llvm "/bin/llvm-config" "\"
|
llvm-config = \"" llvm "/bin/llvm-config" "\"
|
||||||
cc = \"" gcc "/bin/gcc" "\"
|
cc = \"" gcc "/bin/gcc" "\"
|
||||||
cxx = \"" gcc "/bin/g++" "\"
|
cxx = \"" gcc "/bin/g++" "\"
|
||||||
|
ar = \"" binutils "/bin/ar" "\"
|
||||||
jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
|
jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
|
||||||
[dist]
|
[dist]
|
||||||
") port)))
|
") port)))
|
||||||
|
|
Loading…
Reference in New Issue