Browse Source

Ok, seems this _must_ be compiled as PIC code.
-Erik

Eric Andersen 24 years ago
parent
commit
842e41a3b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/ldso/Makefile

+ 1 - 1
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))