* [PATCH 2/2] gnu: glibc-hurd-headers: Use correct "--host".
@ 2016-06-02 10:30 Manolis Ragkousis
2016-06-04 21:20 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Manolis Ragkousis @ 2016-06-02 10:30 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 81 bytes --]
Hello,
This patch applies to core-updates. It's a patch from wip-hurd.
Manolis
[-- Attachment #2: 0002-gnu-glibc-hurd-headers-Use-correct-host.patch --]
[-- Type: text/x-patch, Size: 895 bytes --]
From a5903258e30a6b61f679e7f99b9b23992d79ce25 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Thu, 2 Jun 2016 12:49:30 +0300
Subject: [PATCH 2/2] 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
--
2.8.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] gnu: glibc-hurd-headers: Use correct "--host".
2016-06-02 10:30 [PATCH 2/2] gnu: glibc-hurd-headers: Use correct "--host" Manolis Ragkousis
@ 2016-06-04 21:20 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-06-04 21:20 UTC (permalink / raw)
To: Manolis Ragkousis; +Cc: guix-devel
Manolis Ragkousis <manolis837@gmail.com> skribis:
> From a5903258e30a6b61f679e7f99b9b23992d79ce25 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Thu, 2 Jun 2016 12:49:30 +0300
> Subject: [PATCH 2/2] gnu: glibc-hurd-headers: Use correct "--host".
>
> * gnu/packages/base.scm (glibc/hurd-headers)[arguments]: Use "i586-pc-gnu"
> instead of "i686-pc-gnu".
OK for core-updates!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-04 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-02 10:30 [PATCH 2/2] gnu: glibc-hurd-headers: Use correct "--host" Manolis Ragkousis
2016-06-04 21:20 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).