~ruther/guix-local

70db9576f467a09ddcc08a7d590dc88f9822e68b — Manolis Ragkousis 10 years ago a7ecc92
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.
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +1 -2
@@ 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)