From 23426f4df65727c942bca4412d93b87ebbec41da Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 1 Oct 2005 17:06:33 +0000 Subject: Clean up debugging levels for MIPS. This should make things consistent now. --- ldso/libdl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ldso/libdl') diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index a5b2f6be2..8101b08e3 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -40,6 +40,11 @@ ifeq ($(DOPIC),y) XXFLAGS += $(PICFLAG) -D__LIBDL_SHARED__ endif +# BEWARE!!! At least mips* will die if -O0 is used!!! +ifeq ($(strip $(TARGET_ARCH)),mips) +XXFLAGS := $(XXFLAGS:-O0=-O1) +endif + LIB_NAME=libdl AR_LIB_NAME=$(TOPDIR)lib/$(LIB_NAME).a SO_LIB_NAME=$(TOPDIR)lib/$(LIB_NAME).so -- cgit v1.2.3