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:
Manolis Ragkousis 2016-06-07 21:26:22 +03:00
parent 26a28c8ae8
commit 6648cf6325
No known key found for this signature in database
GPG key ID: 327C1EF38DF54C32

View file

@ -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")