mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
Revert "gnu: coreutils: Fix cross-compilation to i586-pc-gnu."
This reverts commit 67cbfeae30
, which is
not longer necessary now that the 'ld.so' linker script of the cross
glibc contains "libhurduser.so libmachuser.so".
This commit is contained in:
parent
b3bd475696
commit
b87d7002b7
1 changed files with 0 additions and 7 deletions
|
@ -330,13 +330,6 @@ (define-public coreutils
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f ; help2man may be called too early
|
`(#:parallel-build? #f ; help2man may be called too early
|
||||||
|
|
||||||
;; 'cp' and others refer to 'file_chauthor' so they must link directly
|
|
||||||
;; against libhurduser.
|
|
||||||
,@(if (hurd-target?)
|
|
||||||
'(#:configure-flags '("LIBS=-lhurduser"))
|
|
||||||
'())
|
|
||||||
|
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'build 'patch-shell-references
|
(add-before 'build 'patch-shell-references
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue