]> Git Repo - uclibc-ng.git/commitdiff
Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.mak
authorDavid Schleef <[email protected]>
Mon, 26 Nov 2001 11:56:05 +0000 (11:56 -0000)
committerDavid Schleef <[email protected]>
Mon, 26 Nov 2001 11:56:05 +0000 (11:56 -0000)
ldso/libdl/Makefile

index 58b1dab539acaf0551a2988ecb199d2f83d93bfe..24e53fb6907947eb6d66b40a48208b8481065948 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
This page took 0.028451 seconds and 4 git commands to generate.