summaryrefslogtreecommitdiff
path: root/ldso/ldso
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso')
-rw-r--r--ldso/ldso/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in
index 47ab64bca..12853afc2 100644
--- a/ldso/ldso/Makefile.in
+++ b/ldso/ldso/Makefile.in
@@ -29,11 +29,6 @@ ifeq ($(DODEBUG),y)
CFLAGS:=$(CFLAGS:-O0 -g3=-Os -g)
endif
-# BEWARE!!! At least mips* will die if -O0 is used!!!
-ifeq ($(TARGET_ARCH),mips)
-CFLAGS:=$(CFLAGS:-O0=-O1)
-endif
-
# This stuff will not work with -fomit-frame-pointer
CFLAGS:=$(CFLAGS:-fomit-frame-pointer=)