diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-15 15:01:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-15 15:01:55 +0200 |
commit | 1f175851e6c2916e8bd61e79052094fa7274a3d0 (patch) | |
tree | cacee2251fb62f45be4e45f40957cfc13e24ddab /gnu/packages/make-bootstrap.scm | |
parent | 86d7043cad164f06a8a37561da6eb88f28f16a8f (diff) | |
download | patches-1f175851e6c2916e8bd61e79052094fa7274a3d0.tar patches-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/packages/make-bootstrap.scm')
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 1 |
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") |