diff options
author | Marcus Comstedt | 2016-10-22 13:20:18 +0200 |
---|---|---|
committer | Marcus Comstedt | 2016-10-22 13:46:58 +0200 |
commit | b8e8c9c6356a609ab1a0619cc8cac0b5e08e6225 (patch) | |
tree | cc69f69f266534e11ba4c0fb29aacaef868da336 /configure | |
parent | cd6f1e3f245e137573b893bb49ad35db697de789 (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |