diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc32/elf/configure.in')
-rw-r--r-- | sysdeps/powerpc/powerpc32/elf/configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/powerpc/powerpc32/elf/configure.in b/sysdeps/powerpc/powerpc32/elf/configure.in index 97c300c20b..fbf41a4984 100644 --- a/sysdeps/powerpc/powerpc32/elf/configure.in +++ b/sysdeps/powerpc/powerpc32/elf/configure.in @@ -36,7 +36,3 @@ if test $libc_cv_powerpc32_tls = yes; then AC_DEFINE(HAVE_TLS_SUPPORT) fi fi - -dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -AC_DEFINE(PI_STATIC_AND_HIDDEN) |