From 15870aba4909395d3922acb81dba0ebdcc4361a0 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 17 Nov 2005 21:10:19 +0000 Subject: 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 --- ldso/ldso/Makefile.in | 5 ----- ldso/libdl/Makefile.in | 5 ----- 2 files changed, 10 deletions(-) (limited to 'ldso') 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=) 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 -- cgit v1.2.3