gnu: glibc-hurd-headers: Use correct "--host".
* gnu/packages/base.scm (glibc/hurd-headers)[arguments]: Use "i586-pc-gnu" instead of "i686-pc-gnu".
This commit is contained in:
		
							parent
							
								
									5d4d7a9aa9
								
							
						
					
					
						commit
						aa81eb73ce
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -825,7 +825,7 @@ command.") | ||||||
|        ;; We just pass the flags really needed to build the headers. |        ;; We just pass the flags really needed to build the headers. | ||||||
|        ((#:configure-flags _) |        ((#:configure-flags _) | ||||||
|         `(list "--enable-add-ons" |         `(list "--enable-add-ons" | ||||||
|                "--host=i686-pc-gnu" |                "--host=i586-pc-gnu" | ||||||
|                "--enable-obsolete-rpc")) |                "--enable-obsolete-rpc")) | ||||||
|        ((#:phases _) |        ((#:phases _) | ||||||
|         '(alist-replace |         '(alist-replace | ||||||
|  |  | ||||||
		Reference in a new issue