]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gcc: Disable libunwind exceptions and enable build-id.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Feb 2011 06:41:25 +0000 (07:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Feb 2011 06:41:25 +0000 (07:41 +0100)
pkgs/core/gcc/gcc.nm

index 145ad4e931763b5dcae9b323fa8f9c975f4096fa..5386c5427303a25e2a81308e6dbf58d4e1b9b744 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = gcc
 PKG_VER        = 4.5.2
-PKG_REL        = 6
+PKG_REL        = 7
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
 PKG_GROUP      = Development/Compilers
@@ -178,6 +178,9 @@ define STAGE_BUILD
                        --disable-static \
                        --with-system-zlib \
                        --with-bugurl=http://bugtracker.ipfire.org \
+                       --disable-libunwind-exceptions \
+                       --enable-gnu-unique-object \
+                       --enable-linker-build-id \
                        $(CONFIGURE_ARGS)
 
        cd $(DIR_SRC)/gcc-build && make $(PARALLELISMFLAGS)