guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: gnu: glibc-hurd-headers: Use correct "--host".
Date: Mon, 6 Jun 2016 11:49:04 +0000 (UTC)

phant0mas pushed a commit to branch core-updates
in repository guix.

commit aa81eb73ce6ee59c078331c709d553130e0443d3
Author: Manolis Ragkousis <address@hidden>
Date:   Thu Jun 2 12:49:30 2016 +0300

    gnu: glibc-hurd-headers: Use correct "--host".
    
    * gnu/packages/base.scm (glibc/hurd-headers)[arguments]: Use "i586-pc-gnu"
      instead of "i686-pc-gnu".
---
 gnu/packages/base.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b7ab7f1..689ab2d 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -825,7 +825,7 @@ command.")
        ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]