OSDN Git Service

Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.mak
authorDavid Schleef <ds@schleef.org>
Mon, 26 Nov 2001 11:56:05 +0000 (11:56 -0000)
committerDavid Schleef <ds@schleef.org>
Mon, 26 Nov 2001 11:56:05 +0000 (11:56 -0000)
ldso/libdl/Makefile

index 58b1dab..24e53fb 100644 (file)
@@ -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