mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
RISCOS: Fix internal compiler error in VFP build
This commit is contained in:
parent
7aee945999
commit
3b26e0c4f2
2
configure
vendored
2
configure
vendored
@ -3262,6 +3262,8 @@ if test -n "$_host"; then
|
||||
arm-linux|arm*-linux-gnueabi|arm-*-linux)
|
||||
;;
|
||||
arm-vfp-riscos)
|
||||
# -O2 causes internal compiler error on VFP only with gcc 4.7
|
||||
_optimization_level=-O1
|
||||
append_var LDFLAGS "-L$GCCSDK_INSTALL_ENV/vfp/lib"
|
||||
append_var CXXFLAGS "-isystem $GCCSDK_INSTALL_ENV/vfp/include"
|
||||
_sdlpath=$GCCSDK_INSTALL_ENV/vfp/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user