Browse Source

Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.mak

David Schleef 22 years ago
parent
commit
a10b717ad0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ldso/libdl/Makefile

+ 0 - 2
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