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
1 changed files with 1 additions and 1 deletions

View File

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