Browse Source

Oops. We lost -FPIC in the shuffle...
-Erik

Eric Andersen 22 years ago
parent
commit
a09d13b8b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ldso/ldso/Makefile

+ 1 - 0
ldso/ldso/Makefile

@@ -29,6 +29,7 @@ include $(TOPDIR)Rules.mak
 
 LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so
 
+CFLAGS += -fPIC -D__PIC__
 #XXFLAGS += #-DDL_DEBUG #-funroll-loops
 XXFLAGS+=-DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \
 	-DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \