~ruther/guix-local

6648cf63250746a8985bdfe50f77bde6359241e5 — Manolis Ragkousis 9 years ago 26a28c8
gnu: hurd-headers: Use "--host=i586-pc-gnu" only when not cross-building.

* gnu/packages/hurd.scm (hurd-headers)[arguments]: Use "--host=i586-pc-gnu"
  only when not cross-building.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/hurd.scm
M gnu/packages/hurd.scm => gnu/packages/hurd.scm +3 -1
@@ 126,7 126,9 @@ communication.")

       #:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
                           ;; that.
                           "--build=i686-pc-gnu"
                           ,@(if (%current-target-system)
                                 '()
                                 '("--host=i586-pc-gnu"))

                           ;; Reduce set of dependencies.
                           "--without-parted")