# HG changeset patch # User diego # Date 1174155915 0 # Node ID eb1e8b907a9dc79b638f302e687b391ea795b336 # Parent 00b7b3d4181eb87a35c70c80534bf4c3e5a09ce8 Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway. diff -r 00b7b3d4181e -r eb1e8b907a9d mp3lib/Makefile --- 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