mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rust@1.20.0: Replace "default-ar" by "ar".
* gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[configure]: Replace "default-ar" by "ar".
This commit is contained in:
parent
1ab3e1dd98
commit
73dc7834de
1 changed files with 1 additions and 3 deletions
|
@ -536,9 +536,6 @@ (define-public rust-1.20
|
||||||
localstatedir = \"var/lib\"
|
localstatedir = \"var/lib\"
|
||||||
[rust]
|
[rust]
|
||||||
default-linker = \"" gcc "/bin/gcc" "\"
|
default-linker = \"" gcc "/bin/gcc" "\"
|
||||||
|
|
||||||
# The archiver that the finished compiler uses
|
|
||||||
default-ar = \"" binutils "/bin/ar" "\"
|
|
||||||
channel = \"stable\"
|
channel = \"stable\"
|
||||||
rpath = true
|
rpath = true
|
||||||
" ;; There are 2 failed codegen tests:
|
" ;; There are 2 failed codegen tests:
|
||||||
|
@ -549,6 +546,7 @@ (define-public rust-1.20
|
||||||
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 a new issue