2012-04-17 02:02:27 +00:00
|
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
|
|
|
# Local configure fragment for sysdeps/ia64.
|
|
|
|
|
|
2012-04-17 02:30:43 +00:00
|
|
|
dnl It is always possible to access static and hidden symbols in an
|
|
|
|
|
dnl position independent way.
|
|
|
|
|
AC_DEFINE(PI_STATIC_AND_HIDDEN)
|
2021-12-08 05:51:26 +00:00
|
|
|
|
|
|
|
|
# PIE builds fail on binutils 2.37 and earlier, see:
|
|
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=28672
|
|
|
|
|
AC_DEFINE(PIE_UNSUPPORTED)
|
2014-09-29 14:45:59 +00:00
|
|
|
# work around problem with autoconf and empty lines at the end of files
|