diff options
Diffstat (limited to 'sysdeps/x86')
-rw-r--r-- | sysdeps/x86/configure | 3 | ||||
-rw-r--r-- | sysdeps/x86/configure.ac | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/x86/configure b/sysdeps/x86/configure index 46d436fddf..a9c8c2ef67 100644 --- a/sysdeps/x86/configure +++ b/sysdeps/x86/configure @@ -190,8 +190,5 @@ fi config_vars="$config_vars enable-x86-isa-level = $libc_cv_include_x86_isa_level" -$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h - - $as_echo "#define SUPPORT_STATIC_PIE 1" >>confdefs.h diff --git a/sysdeps/x86/configure.ac b/sysdeps/x86/configure.ac index 918b636891..edd43a2551 100644 --- a/sysdeps/x86/configure.ac +++ b/sysdeps/x86/configure.ac @@ -128,9 +128,5 @@ if test $libc_cv_include_x86_isa_level = yes; then fi LIBC_CONFIG_VAR([enable-x86-isa-level], [$libc_cv_include_x86_isa_level]) -dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -AC_DEFINE(PI_STATIC_AND_HIDDEN) - dnl Static PIE is supported. AC_DEFINE(SUPPORT_STATIC_PIE) |