From a09d13b8b6fcc06eb740317c2ca988d31ec6407f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Jan 2002 20:20:19 +0000 Subject: Oops. We lost -FPIC in the shuffle... -Erik --- ldso/ldso/Makefile | 1 + 1 file changed, 1 insertion(+) 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)\" \ -- cgit v1.2.3