2002-06-04 19:02:43 +00:00
|
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
2012-03-27 21:29:13 +00:00
|
|
|
# Local configure fragment for sysdeps/alpha.
|
2002-06-04 19:02:43 +00:00
|
|
|
|
2012-08-14 01:19:23 +00:00
|
|
|
# With required gcc+binutils, we can always access static and hidden
|
|
|
|
# symbols in a 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
|