[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/66: gnu: hurd: Pass --build to hurd-headers when not cross building.
From: |
Manolis Fragkiskos Ragkousis |
Subject: |
65/66: gnu: hurd: Pass --build to hurd-headers when not cross building. |
Date: |
Thu, 21 May 2015 12:52:12 +0000 |
phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit 25d8439df6be3e2fa49b11ab1b3d85d57e5939d4
Author: Manolis Ragkousis <address@hidden>
Date: Tue May 12 21:05:12 2015 +0300
gnu: hurd: Pass --build to hurd-headers when not cross building.
* gnu/packages/hurd.scm (hurd-headers)[arguments]: Pass
#:configure-flags only when cross-compiling.
---
gnu/packages/hurd.scm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 40cbfe3..1502761 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -121,7 +121,9 @@ communication.")
#:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
;; that.
- "--build=i686-pc-gnu"
+ ,@(if (%current-target-system)
+ '()
+ '("--build=i686-pc-gnu"))
;; Reduce set of dependencies.
"--without-parted")
- 50/66: records: Make 'make-syntactic-constructor' available at load/eval/expand., (continued)
- 50/66: records: Make 'make-syntactic-constructor' available at load/eval/expand., Manolis Fragkiskos Ragkousis, 2015/05/21
- 56/66: gnu: vcftools: Remove "-m64" from CFLAGS., Manolis Fragkiskos Ragkousis, 2015/05/21
- 53/66: gnu: Add bluez., Manolis Fragkiskos Ragkousis, 2015/05/21
- 55/66: gnu: fltk: Fix undefined symbol errors for shared libraries., Manolis Fragkiskos Ragkousis, 2015/05/21
- 60/66: gnu: bootstrap: Add the location of where ld.so is located on Hurd systems., Manolis Fragkiskos Ragkousis, 2015/05/21
- 61/66: gnu: cross-base: Make it aware of non-Linux (ie. Hurd) systems., Manolis Fragkiskos Ragkousis, 2015/05/21
- 54/66: gnu: ardour: Add library dirs to RUNPATH., Manolis Fragkiskos Ragkousis, 2015/05/21
- 57/66: environment: Use (guix search-paths)., Manolis Fragkiskos Ragkousis, 2015/05/21
- 64/66: gnu: hurd: Pass --build to gnumach-headers when not cross building., Manolis Fragkiskos Ragkousis, 2015/05/21
- 63/66: gnu: acl: Fix i686-gnu build., Manolis Fragkiskos Ragkousis, 2015/05/21
- 65/66: gnu: hurd: Pass --build to hurd-headers when not cross building.,
Manolis Fragkiskos Ragkousis <=
- 62/66: gnu: gcc: Also substitute the dynamic linker name for GNU (ie. Hurd) systems., Manolis Fragkiskos Ragkousis, 2015/05/21
- 58/66: gnu: base: Add glibc-hurd and hurd-minimal., Manolis Fragkiskos Ragkousis, 2015/05/21
- 52/66: gnu: Add libical., Manolis Fragkiskos Ragkousis, 2015/05/21
- 59/66: gnu: cross-base: Add support to cross-build libc for GNU/Hurd., Manolis Fragkiskos Ragkousis, 2015/05/21
- 66/66: gnu: hurd: Add flex as an input to mig., Manolis Fragkiskos Ragkousis, 2015/05/21