mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
CONFIGURE: Add workaround for GCC bug in Dreamcast toolchain.
This commit is contained in:
parent
ac41b918c4
commit
e3502c8f53
2
configure
vendored
2
configure
vendored
@ -2423,6 +2423,8 @@ if test -n "$_host"; then
|
||||
CXXFLAGS="$CXXFLAGS -fschedule-insns2"
|
||||
CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
|
||||
CXXFLAGS="$CXXFLAGS -fdelete-null-pointer-checks"
|
||||
# no-delayed-branch is a workaround for GCC bug #42841 - "SH: Assembler complains pcrel too far."
|
||||
CXXFLAGS="$CXXFLAGS -fno-delayed-branch"
|
||||
_backend="dc"
|
||||
_build_scalers=no
|
||||
_mad=yes
|
||||
|
Loading…
Reference in New Issue
Block a user