Sfoglia il codice sorgente

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

David Schleef 22 anni fa
parent
commit
a10b717ad0
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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