The following in mp3lib/Makefile looks like a compiler bug workaround (for an ancient and obsolete compiler probably) to me: ifeq ($(TARGET_ARCH_SGI_MIPS),yes) OPTFLAGS := $(OPTFLAGS:-O4=-O0) endif We don't do compiler bug workarounds normally, thus I'm tempted to remove it. Opinions? Diego