diff options
| author | Eric Andersen <andersen@codepoet.org> | 2004-05-07 06:52:18 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2004-05-07 06:52:18 +0000 | 
| commit | d45e66d4ff659bcfd7a05dc0f493858f0de0ef4e (patch) | |
| tree | a2d6b6684a03d8a03926f3e8944dd6038874bea9 | |
| parent | d1b32a77aa379c321a1f93ded766134c0b20566e (diff) | |
UCLIBC_COMPLETELY_PIC does nothing, so kill it
| -rw-r--r-- | extra/Configs/Config.frv | 3 | ||||
| -rw-r--r-- | extra/Configs/Config.frv.default | 1 | ||||
| -rw-r--r-- | extra/Configs/Config.in | 2 | 
3 files changed, 1 insertions, 5 deletions
| diff --git a/extra/Configs/Config.frv b/extra/Configs/Config.frv index 1210ad92f..52800c1e9 100644 --- a/extra/Configs/Config.frv +++ b/extra/Configs/Config.frv @@ -27,6 +27,3 @@ config HAVE_DOT_HIDDEN          bool  	default y -config UCLIBC_COMPLETELY_PIC -        bool -	default y diff --git a/extra/Configs/Config.frv.default b/extra/Configs/Config.frv.default index 4fd945d6d..eba75fe70 100644 --- a/extra/Configs/Config.frv.default +++ b/extra/Configs/Config.frv.default @@ -23,7 +23,6 @@ TARGET_frv=y  HAVE_ELF=y  TARGET_ARCH="frv"  HAVE_DOT_HIDDEN=y -UCLIBC_COMPLETELY_PIC=y  # ARCH_LITTLE_ENDIAN is not set  # ARCH_BIG_ENDIAN is not set  ARCH_HAS_NO_MMU=y diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 81dc50482..b61a1ebfd 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -171,7 +171,7 @@ config BUILD_UCLIBC_LDSO  config FORCE_SHAREABLE_TEXT_SEGMENTS  	bool "Only load shared libraries which can share their text segment" -	depends on BUILD_UCLIBC_LDSO && UCLIBC_COMPLETELY_PIC +	depends on BUILD_UCLIBC_LDSO  	default n  	help  	  If you answer Y here, the uClibc native shared library loader will | 
