mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: hurd-headers: Use "--host=i586-pc-gnu" only when not cross-building.
* gnu/packages/hurd.scm (hurd-headers)[arguments]: Use "--host=i586-pc-gnu" only when not cross-building.
This commit is contained in:
parent
26a28c8ae8
commit
6648cf6325
1 changed files with 3 additions and 1 deletions
|
@ -126,7 +126,9 @@ (define-public hurd-headers
|
|||
|
||||
#:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
|
||||
;; that.
|
||||
"--build=i686-pc-gnu"
|
||||
,@(if (%current-target-system)
|
||||
'()
|
||||
'("--host=i586-pc-gnu"))
|
||||
|
||||
;; Reduce set of dependencies.
|
||||
"--without-parted")
|
||||
|
|
Loading…
Reference in a new issue