OSDN Git Service

Ok, seems this _must_ be compiled as PIC code.
authorEric Andersen <andersen@codepoet.org>
Mon, 23 Apr 2001 20:36:01 +0000 (20:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 23 Apr 2001 20:36:01 +0000 (20:36 -0000)
 -Erik

ldso/ldso/Makefile

index 80f0643..38e93e9 100644 (file)
@@ -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))