- add -fexceptions to CPPFLAGS
This commit is contained in:
Stephan Raue 2010-04-17 00:05:47 +02:00
parent a4a017e0df
commit ecd3ca6edd

View File

@ -6,9 +6,10 @@ $SCRIPTS/install ccache
setup_toolchain host
# workaround gcc 4.3.2 bug on x86_64 hosts
# CFLAGS: workaround gcc 4.3.2 bug on x86_64 hosts
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524472
export CFLAGS="$CFLAGS -fno-strict-aliasing -fPIC"
export CPPFLAGS="$CPPFLAGS -fexceptions"
cd $PKG_BUILD