[Scummvm-cvs-logs] scummvm master -> e3502c8f53f8cce7546134b1697f04211fc67b50

digitall dgturner at iee.org
Fri Jan 10 22:38:15 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e3502c8f53 CONFIGURE: Add workaround for GCC bug in Dreamcast toolchain.


Commit: e3502c8f53f8cce7546134b1697f04211fc67b50
    https://github.com/scummvm/scummvm/commit/e3502c8f53f8cce7546134b1697f04211fc67b50
Author: D G Turner (digitall at scummvm.org)
Date: 2014-01-10T13:41:15-08:00

Commit Message:
CONFIGURE: Add workaround for GCC bug in Dreamcast toolchain.

Changed paths:
    configure



diff --git a/configure b/configure
index e954ad9..117d44e 100755
--- a/configure
+++ b/configure
@@ -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






More information about the Scummvm-git-logs mailing list