gnu: gcc: Remove extraneous newline in 'LIB_SPEC'.
authorNikita Karetnikov <nikita@karetnikov.org>
Fri, 15 Feb 2013 13:50:45 +0000 (13:50 +0000)
committerLudovic Courtès <ludo@gnu.org>
Wed, 27 Feb 2013 19:55:42 +0000 (20:55 +0100)
* gnu/packages/base.scm (gcc-4.7): Remove trailing newline when patching
  'LIB_SPEC'.

gnu/packages/base.scm

index 23bf00b..5c39ec3 100644 (file)
@@ -449,7 +449,7 @@ BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc.")
                   ;; RUNPATH to GCC even when `libgcc_s' is not NEEDED.
                   ;; There's not much that can be done to avoid it, though.
                   (format #f "#define LIB_SPEC \"-L~a/lib %{!static:-rpath=~a/lib \
-%{!static-libgcc:-rpath=~a/lib64 -rpath=~a/lib}} \" ~a~%"
+%{!static-libgcc:-rpath=~a/lib64 -rpath=~a/lib}} \" ~a"
                           libc libc out out suffix))
                  (("#define STARTFILE_SPEC.*$" line)
                   (format #f "#define STANDARD_STARTFILE_PREFIX_1 \"~a/lib\"