mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
gmp:
- add -fexceptions to CPPFLAGS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user