From: Michael Tremer Date: Sat, 26 Feb 2011 06:41:25 +0000 (+0100) Subject: gcc: Disable libunwind exceptions and enable build-id. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b415c6aa8d97dead231ad762a3e70e3362cb5a73;p=ipfire-3.x.git gcc: Disable libunwind exceptions and enable build-id. --- diff --git a/pkgs/core/gcc/gcc.nm b/pkgs/core/gcc/gcc.nm index 145ad4e93..5386c5427 100644 --- a/pkgs/core/gcc/gcc.nm +++ b/pkgs/core/gcc/gcc.nm @@ -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 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)