summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-15 15:01:55 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-15 15:01:55 +0200
commit1f175851e6c2916e8bd61e79052094fa7274a3d0 (patch)
treecacee2251fb62f45be4e45f40957cfc13e24ddab /gnu
parent86d7043cad164f06a8a37561da6eb88f28f16a8f (diff)
downloadguix-1f175851e6c2916e8bd61e79052094fa7274a3d0.tar.gz
gnu: make-bootstrap: Build libbacktrace, required by cc1.
Fixes <http://hydra.gnu.org/build/506982/nixlog/1/tail-reload>.

* gnu/packages/make-bootstrap.scm (%gcc-static): Remove
  --disable-libbacktrace.  It is needed by cc1-checksum.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/make-bootstrap.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 4f02477c0b..2a7c4bd6f2 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -424,7 +424,6 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
                        "--disable-libgomp"
                        "--disable-libcilkrts"
                        "--disable-libvtv"
-                       "--disable-libbacktrace"
                        "--disable-libssp"
                        "--disable-libquadmath"
                        "--disable-decimal-float")