From a10b717ad0a7e9b6174694ab1f3364be48d61a06 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 26 Nov 2001 11:56:05 +0000 Subject: Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.mak --- ldso/libdl/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'ldso/libdl/Makefile') diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index 58b1dab53..24e53fb69 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -31,8 +31,6 @@ LIBDL_SHARED_FULLNAME=libdl-$(MAJOR_VERSION).$(MINOR_VERSION).so CSRC= dlib.c OBJS=$(patsubst %.c,%.o, $(CSRC)) -TARGET_CFLAGS += #-DUSE_CACHE #-fPIC -D__PIC__ #-funroll-loops - all: $(OBJS) $(LIBDL) shared $(LIBDL): ar-target -- cgit v1.2.3