me
/
guix
Archived
1
0
Fork 0

gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.

With this commit "guix build bootstrap-tarballs --target=i686-pc-gnu" works.

* gnu/packages/make-bootstrap.scm (%gcc-static): Remove unneeded
  --disable-decimal-float.
master
Manolis Ragkousis 2015-06-09 01:14:03 +03:00 committed by Ludovic Courtès
parent a7ecc92dc5
commit 70db9576f4
1 changed files with 1 additions and 2 deletions

View File

@ -423,8 +423,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
"--disable-libcilkrts"
"--disable-libvtv"
"--disable-libssp"
"--disable-libquadmath"
"--disable-decimal-float")
"--disable-libquadmath")
(remove (cut string-match "--(.*plugin|enable-languages)" <>)
,flags)))
((#:phases phases)