]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/alpha/configure.ac
Replace --enable-static-pie with --disable-default-pie
[thirdparty/glibc.git] / sysdeps / alpha / configure.ac
CommitLineData
3616a53d 1GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
c0c5945b 2# Local configure fragment for sysdeps/alpha.
3616a53d 3
cc184e11
RH
4# With required gcc+binutils, we can always access static and hidden
5# symbols in a position independent way.
6AC_DEFINE(PI_STATIC_AND_HIDDEN)
23645707
SP
7
8# PIE builds fail on binutils 2.37 and earlier, see:
9# https://sourceware.org/bugzilla/show_bug.cgi?id=28672
10AC_DEFINE(PIE_UNSUPPORTED)
f4a58f0d 11# work around problem with autoconf and empty lines at the end of files