mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-09 00:48:52 +02: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:
@@ -330,13 +330,6 @@ used to apply commands with arbitrarily long arguments.")
|
||||
(outputs '("out" "debug"))
|
||||
(arguments
|
||||
`(#: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
|
||||
(add-before 'build 'patch-shell-references
|
||||
(lambda _
|
||||
|
||||
Reference in New Issue
Block a user