diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-11 20:20:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-11 20:20:19 +0000 |
commit | a09d13b8b6fcc06eb740317c2ca988d31ec6407f (patch) | |
tree | 577bd057ef47d8863a262af6a6d4455b615e74b3 | |
parent | d7147f9226520ad9a688c53802a4c6c2c53592fc (diff) |
Oops. We lost -FPIC in the shuffle...
-Erik
-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)\" \ |