Browse Source

Patch from Peter S. Mazinger:
rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE

Eric Andersen 19 years ago
parent
commit
e320e67feb
4 changed files with 4 additions and 4 deletions
  1. 1 1
      Rules.mak
  2. 1 1
      debian/config
  3. 1 1
      extra/Configs/Config.frv.default
  4. 1 1
      extra/Configs/Config.in

+ 1 - 1
Rules.mak

@@ -226,7 +226,7 @@ ifeq ($(strip $(TARGET_ARCH)),arm)
 endif
 endif
 
-ifneq ($(UCLIBC_PIE_SUPPORT),y)
+ifneq ($(UCLIBC_BUILD_PIE),y)
 PIEFLAG=
 LDPIEFLAG=
 endif

+ 1 - 1
debian/config

@@ -40,7 +40,7 @@ DOPIC=y
 HAVE_SHARED=y
 # ARCH_HAS_NO_LDSO is not set
 BUILD_UCLIBC_LDSO=y
-# UCLIBC_PIE_SUPPORT is not set
+# UCLIBC_BUILD_PIE is not set
 LDSO_LDD_SUPPORT=y
 UCLIBC_CTOR_DTOR=y
 # UCLIBC_PROPOLICE is not set

+ 1 - 1
extra/Configs/Config.frv.default

@@ -48,7 +48,7 @@ HAVE_SHARED=y
 # ARCH_HAS_NO_LDSO is not set
 BUILD_UCLIBC_LDSO=y
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
-UCLIBC_PIE_SUPPORT=y
+UCLIBC_BUILD_PIE=y
 LDSO_LDD_SUPPORT=y
 LDSO_CACHE_SUPPORT=y
 LDSO_PRELOAD_FILE_SUPPORT=y

+ 1 - 1
extra/Configs/Config.in

@@ -205,7 +205,7 @@ config FORCE_SHAREABLE_TEXT_SEGMENTS
 	  little bit smaller and guarantee that no memory will be wasted by badly
 	  coded shared libraries.
 
-config UCLIBC_PIE_SUPPORT
+config UCLIBC_BUILD_PIE
 	bool "Build utilities as ET_DYN/PIE executables"
 	depends on HAVE_SHARED
 	depends on TARGET_i386 || TARGET_powerpc || TARGET_frv