gnu: glibc-hurd-headers: Use correct "--host".

* gnu/packages/base.scm (glibc/hurd-headers)[arguments]: Use "i586-pc-gnu"
  instead of "i686-pc-gnu".
This commit is contained in:
Manolis Ragkousis 2016-06-02 12:49:30 +03:00
parent 5d4d7a9aa9
commit aa81eb73ce
No known key found for this signature in database
GPG key ID: 327C1EF38DF54C32

View file

@ -825,7 +825,7 @@ (define-public glibc/hurd-headers
;; We just pass the flags really needed to build the headers.
((#:configure-flags _)
`(list "--enable-add-ons"
"--host=i686-pc-gnu"
"--host=i586-pc-gnu"
"--enable-obsolete-rpc"))
((#:phases _)
'(alist-replace