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.
This commit is contained in:
parent
a7ecc92dc5
commit
70db9576f4
|
@ -423,8 +423,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
||||||
"--disable-libcilkrts"
|
"--disable-libcilkrts"
|
||||||
"--disable-libvtv"
|
"--disable-libvtv"
|
||||||
"--disable-libssp"
|
"--disable-libssp"
|
||||||
"--disable-libquadmath"
|
"--disable-libquadmath")
|
||||||
"--disable-decimal-float")
|
|
||||||
(remove (cut string-match "--(.*plugin|enable-languages)" <>)
|
(remove (cut string-match "--(.*plugin|enable-languages)" <>)
|
||||||
,flags)))
|
,flags)))
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Reference in New Issue