From 6bca18b65ca9b707dc0e5f0a7689088bce0ed682 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 26 Apr 2001 16:47:34 +0000 Subject: oops again! I forgot to pull in the arch specific stuff, and forgot to update those makefiles. -Erik --- ldso/ldso/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ldso/ldso') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 20977d384..5048bd731 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -1,8 +1,6 @@ TOPDIR=../../ include $(TOPDIR)/ld.so-1/Rules.mak -DIRS = $(TARGET_ARCH) - CFLAGS += -DNO_UNDERSCORE -DVERBOSE_DLINKER CFLAGS += -DUSE_CACHE -fPIC -D__PIC__ #-funroll-loops @@ -12,7 +10,10 @@ OBJS=$(COBJS) ELF_LDFLAGS=--shared # using GNU ld -all: lib +all: sysdeps lib + +sysdeps: + make -C $(TARGET_ARCH) lib:: $(OBJS) $(LD) -e _dl_boot $(ELF_LDFLAGS) -o $(DLINKER).$(LDSO_VMAJOR) \ @@ -28,3 +29,4 @@ realclean:: clean:: $(RM) -f $(DLINKER)* core *.o *.a *.s *.i tmp_make foo *~ +.PHONY: sysdeps -- cgit v1.2.3