Эх сурвалжийг харах

Patch from Peter S. Mazinger:
rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE

Eric Andersen 20 жил өмнө
parent
commit
e320e67feb

+ 1 - 1
Rules.mak

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

+ 1 - 1
debian/config

@@ -40,7 +40,7 @@ DOPIC=y
 HAVE_SHARED=y
 HAVE_SHARED=y
 # ARCH_HAS_NO_LDSO is not set
 # ARCH_HAS_NO_LDSO is not set
 BUILD_UCLIBC_LDSO=y
 BUILD_UCLIBC_LDSO=y
-# UCLIBC_PIE_SUPPORT is not set
+# UCLIBC_BUILD_PIE is not set
 LDSO_LDD_SUPPORT=y
 LDSO_LDD_SUPPORT=y
 UCLIBC_CTOR_DTOR=y
 UCLIBC_CTOR_DTOR=y
 # UCLIBC_PROPOLICE is not set
 # 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
 # ARCH_HAS_NO_LDSO is not set
 BUILD_UCLIBC_LDSO=y
 BUILD_UCLIBC_LDSO=y
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
-UCLIBC_PIE_SUPPORT=y
+UCLIBC_BUILD_PIE=y
 LDSO_LDD_SUPPORT=y
 LDSO_LDD_SUPPORT=y
 LDSO_CACHE_SUPPORT=y
 LDSO_CACHE_SUPPORT=y
 LDSO_PRELOAD_FILE_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
 	  little bit smaller and guarantee that no memory will be wasted by badly
 	  coded shared libraries.
 	  coded shared libraries.
 
 
-config UCLIBC_PIE_SUPPORT
+config UCLIBC_BUILD_PIE
 	bool "Build utilities as ET_DYN/PIE executables"
 	bool "Build utilities as ET_DYN/PIE executables"
 	depends on HAVE_SHARED
 	depends on HAVE_SHARED
 	depends on TARGET_i386 || TARGET_powerpc || TARGET_frv
 	depends on TARGET_i386 || TARGET_powerpc || TARGET_frv