diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-07 14:11:42 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-02-14 07:34:54 -0800 |
commit | f9db5433f3b945299d60c4a3f6a1f0b025fc335c (patch) | |
tree | 656dab6d1b3b47968896456f1d9229a4e1ce8efb /sysdeps/x86_64/configure.ac | |
parent | 2e20cd63c96555d650c525ad5633475e8f11bed4 (diff) | |
download | glibc-f9db5433f3b945299d60c4a3f6a1f0b025fc335c.tar glibc-f9db5433f3b945299d60c4a3f6a1f0b025fc335c.tar.gz glibc-f9db5433f3b945299d60c4a3f6a1f0b025fc335c.tar.bz2 glibc-f9db5433f3b945299d60c4a3f6a1f0b025fc335c.zip |
x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIE
Move PI_STATIC_AND_HIDDEN and SUPPORT_STATIC_PIE to
sysdeps/x86/configure.ac.
Diffstat (limited to 'sysdeps/x86_64/configure.ac')
-rw-r--r-- | sysdeps/x86_64/configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/x86_64/configure.ac b/sysdeps/x86_64/configure.ac index c4c748c1d0..1215dcb1e4 100644 --- a/sysdeps/x86_64/configure.ac +++ b/sysdeps/x86_64/configure.ac @@ -14,12 +14,5 @@ if test x"$build_mathvec" = xnotset; then build_mathvec=yes fi -dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -AC_DEFINE(PI_STATIC_AND_HIDDEN) - -dnl Static PIE is supported. -AC_DEFINE(SUPPORT_STATIC_PIE) - test -n "$critic_missing" && AC_MSG_ERROR([ *** $critic_missing]) |