diff options
Diffstat (limited to 'sysdeps/i386/elf/configure.in')
-rw-r--r-- | sysdeps/i386/elf/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/i386/elf/configure.in b/sysdeps/i386/elf/configure.in index e83555e..3c27d01 100644 --- a/sysdeps/i386/elf/configure.in +++ b/sysdeps/i386/elf/configure.in @@ -30,3 +30,7 @@ if test $libc_cv_386_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) |