summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index 80f0643ea..38e93e941 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/ld.so-1/Config.mk
DIRS = $(TARGET_ARCH) libdl
CFLAGS += -DNO_UNDERSCORE -DVERBOSE_DLINKER
-CFLAGS += -DUSE_CACHE #-fPIC -D__PIC__ #-funroll-loops
+CFLAGS += -DUSE_CACHE -fPIC -D__PIC__ #-funroll-loops
CSRC= boot1.c hash.c readelflib1.c vsprintf.c
COBJS=$(patsubst %.c,%.o, $(CSRC))