summaryrefslogtreecommitdiff
path: root/ldso/libdl/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-17 21:10:19 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-17 21:10:19 +0000
commit15870aba4909395d3922acb81dba0ebdcc4361a0 (patch)
treeb958e8128129af7fb0e93a29d2e5cdd3016aee21 /ldso/libdl/Makefile.in
parentebb0a88c81214bdade4c9c62af0c265f548df3fb (diff)
Use -z relro/-z now on all libs, add some new variables needed later, move common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
Diffstat (limited to 'ldso/libdl/Makefile.in')
-rw-r--r--ldso/libdl/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/libdl/Makefile.in b/ldso/libdl/Makefile.in
index 96af1e4bf..e804b3458 100644
--- a/ldso/libdl/Makefile.in
+++ b/ldso/libdl/Makefile.in
@@ -16,11 +16,6 @@ ifeq ($(SUPPORT_LD_DEBUG),y)
CFLAGS+=-D__SUPPORT_LD_DEBUG__
endif
-# BEWARE!!! At least mips* will die if -O0 is used!!!
-ifeq ($(TARGET_ARCH),mips)
-CFLAGS:=$(CFLAGS:-O0=-O1)
-endif
-
# can't combine .c w/ .S
DOMULTI=n