diff options
-rw-r--r-- | ldso/ldso/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index c91e0b85e..dca099787 100644 --- a/ldso/ldso/Makefile +++ b/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)\" \ |