diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-29 21:44:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-29 21:54:12 +0100 |
commit | 7da473b75721e06237b106c6d186f2729117b1ee (patch) | |
tree | 51590bf15e86eb469dfe640b5532cc2cd6b14708 /gnu/packages/commencement.scm | |
parent | f05bdc9412135f34a1c417edc203c35cd005d0d5 (diff) | |
download | patches-7da473b75721e06237b106c6d186f2729117b1ee.tar patches-7da473b75721e06237b106c6d186f2729117b1ee.tar.gz |
gnu: Revert use of '--strip-all'.
This reverts commits f05bdc9412135f34a1c417edc203c35cd005d0d5
and 856ae5e6c71a1283a414d33e638051f95d3cce35.
This broke all sorts of things. See <http://hydra.gnu.org/eval/102058>,
for example.
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r-- | gnu/packages/commencement.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 309e195bc2..20831de997 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -170,10 +170,6 @@ identifier SYSTEM." (ice-9 regex) (srfi srfi-1) (srfi srfi-26)) - - ;; Using '--strip-all' leads to a link failure while building libc. - #:strip-flags '("--strip-debug") - ,@(substitute-keyword-arguments (package-arguments gcc-4.8) ((#:configure-flags flags) `(append (list ,(string-append "--target=" (boot-triplet)) |