From e3502c8f53f8cce7546134b1697f04211fc67b50 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 10 Jan 2014 21:41:15 +0000 Subject: [PATCH] CONFIGURE: Add workaround for GCC bug in Dreamcast toolchain. --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index e954ad9417e..117d44e48e5 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