CONFIGURE: Add workaround for GCC bug in Dreamcast toolchain.

This commit is contained in:
D G Turner 2014-01-10 21:41:15 +00:00
parent ac41b918c4
commit e3502c8f53

2
configure vendored
View File

@ -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