Skip to content
Snippets Groups Projects
Commit 29a61bd0 authored by Manolis Ragkousis's avatar Manolis Ragkousis Committed by Ludovic Courtès
Browse files

gnu: hurd-headers: Use --build instead of --host.


* gnu/packages/hurd.scm (hurd-headers): Replace '--host' with
  '--build'.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 47e225cd
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ (define-public hurd-headers ...@@ -116,7 +116,7 @@ (define-public hurd-headers
#:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants #:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
;; that. ;; that.
"--host=i686-pc-gnu" "--build=i686-pc-gnu"
;; Reduce set of dependencies. ;; Reduce set of dependencies.
"--without-parted") "--without-parted")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment