changeset 22685:eb1e8b907a9d

Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.
author diego
date Sat, 17 Mar 2007 18:25:15 +0000
parents 00b7b3d4181e
children 2677b18556f9
files mp3lib/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/Makefile	Sat Mar 17 17:53:00 2007 +0000
+++ b/mp3lib/Makefile	Sat Mar 17 18:25:15 2007 +0000
@@ -2,10 +2,6 @@
 
 LIBNAME_COMMON = libmp3.a
 
-ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
-OPTFLAGS := $(OPTFLAGS:-O4=-O0)
-endif
-
 SRCS_COMMON = sr1.c
 ifeq ($(TARGET_ARCH_X86_32),yes)
 SRCS_COMMON                   += decode_i586.c