summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-23 20:36:01 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-23 20:36:01 +0000
commit842e41a3b7bec9c93f59ef90930cdfeca9fb00c1 (patch)
tree7000b22b0cad6c889bde387f105e64ecd66ef20f /ldso
parentbe032b8f6b6e21150ac72850904a7c94f98750ac (diff)
Ok, seems this _must_ be compiled as PIC code.
-Erik
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))