From 2e723e150ab9b11e658311d6dfe2a1c1e402b833 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Feb 2004 10:12:25 +0000 Subject: Step one, begin shuffling things around a bit --- ldso/ldso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/Makefile') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 46891c768..79c381bea 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -44,7 +44,7 @@ endif XXFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp") LDFLAGS=$(CPU_LDFLAGS-y) -shared --warn-common --export-dynamic --sort-common \ - -z combreloc --discard-locals --discard-all + -z combreloc --discard-locals --discard-all --no-undefined CSRC= ldso.c #hash.c readelflib1.c $(TARGET_ARCH)/elfinterp.c COBJS=$(patsubst %.c,%.o, $(CSRC)) -- cgit v1.2.3