gnu: binutils-gold: build with canonical gcc:lib.
* gnu/packages/base.scm (binutils-gold)[inputs]: Replace gcc:lib with the canonical-package of gcc.
This commit is contained in:
parent
58c367367e
commit
7941e05947
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ included.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bc" ,bc)))
|
`(("bc" ,bc)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gcc:lib" ,gcc "lib")))))
|
`(("gcc:lib" ,(canonical-package gcc) "lib")))))
|
||||||
|
|
||||||
(define* (make-ld-wrapper name #:key
|
(define* (make-ld-wrapper name #:key
|
||||||
(target (const #f))
|
(target (const #f))
|
||||||
|
|
Reference in a new issue