aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarcus Comstedt2016-10-22 13:20:18 +0200
committerMarcus Comstedt2016-10-22 13:46:58 +0200
commitb8e8c9c6356a609ab1a0619cc8cac0b5e08e6225 (patch)
treecc69f69f266534e11ba4c0fb29aacaef868da336 /configure
parentcd6f1e3f245e137573b893bb49ad35db697de789 (diff)
downloadscummvm-rg350-b8e8c9c6356a609ab1a0619cc8cac0b5e08e6225.tar.gz
scummvm-rg350-b8e8c9c6356a609ab1a0619cc8cac0b5e08e6225.tar.bz2
scummvm-rg350-b8e8c9c6356a609ab1a0619cc8cac0b5e08e6225.zip
DC: Remove workaround for GCC bug #42841
We now require GCC 4.6, where this bug has been fixed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index b22a7e68c0..e5d5129117 100755
--- a/configure
+++ b/configure
@@ -2827,8 +2827,6 @@ if test -n "$_host"; then
append_var CXXFLAGS "-fschedule-insns2"
append_var CXXFLAGS "-fomit-frame-pointer"
append_var CXXFLAGS "-fdelete-null-pointer-checks"
- # no-delayed-branch is a workaround for GCC bug #42841 - "SH: Assembler complains pcrel too far."
- append_var CXXFLAGS "-fno-delayed-branch"
_backend="dc"
_build_scalers=no
_mad=yes