diff options
Diffstat (limited to 'ldso/libdl/Makefile')
-rw-r--r-- | ldso/libdl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |