distro: gcc: Pass #:strip-binaries?.

* distro/base.scm (gcc-4.7): Pass #:strip-binaries?.
master
Ludovic Courtès 2012-09-01 00:33:23 +02:00
parent 877217b85a
commit 6e0874db3d
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc.")
(guix build gnu-build-system)
(ice-9 regex)) ; we need this one
#:out-of-source? #t
#:strip-binaries? ,stripped?
#:configure-flags
`("--enable-plugin"
"--enable-languages=c,c++"