mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
gmp:
- add -fexceptions to CPPFLAGS
This commit is contained in:
parent
a4a017e0df
commit
ecd3ca6edd
@ -6,9 +6,10 @@ $SCRIPTS/install ccache
|
|||||||
|
|
||||||
setup_toolchain host
|
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
|
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524472
|
||||||
export CFLAGS="$CFLAGS -fno-strict-aliasing -fPIC"
|
export CFLAGS="$CFLAGS -fno-strict-aliasing -fPIC"
|
||||||
|
export CPPFLAGS="$CPPFLAGS -fexceptions"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user