From 842e41a3b7bec9c93f59ef90930cdfeca9fb00c1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Apr 2001 20:36:01 +0000 Subject: Ok, seems this _must_ be compiled as PIC code. -Erik --- ldso/ldso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') 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)) -- cgit v1.2.3