2002-09-29 10:38:40 +00:00
|
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
2012-03-19 19:58:05 +00:00
|
|
|
# Local configure fragment for sysdeps/x86_64.
|
|
|
|
|
2019-07-24 21:48:33 +00:00
|
|
|
dnl Check if -mprefer-vector-width=128 works.
|
|
|
|
AC_CACHE_CHECK(-mprefer-vector-width=128, libc_cv_cc_mprefer_vector_width, [dnl
|
|
|
|
LIBC_TRY_CC_OPTION([-mprefer-vector-width=128],
|
|
|
|
[libc_cv_cc_mprefer_vector_width=yes],
|
|
|
|
[libc_cv_cc_mprefer_vector_width=no])
|
|
|
|
])
|
|
|
|
LIBC_CONFIG_VAR([config-cflags-mprefer-vector-width],
|
|
|
|
[$libc_cv_cc_mprefer_vector_width])
|
|
|
|
|
2015-06-09 11:25:49 +00:00
|
|
|
if test x"$build_mathvec" = xnotset; then
|
|
|
|
build_mathvec=yes
|
|
|
|
fi
|
|
|
|
|
2002-09-29 10:38:40 +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)
|
2016-07-01 12:54:43 +00:00
|
|
|
|
2021-01-20 12:26:31 +00:00
|
|
|
dnl Static PIE is supported.
|
|
|
|
AC_DEFINE(SUPPORT_STATIC_PIE)
|
|
|
|
|
2016-07-01 12:54:43 +00:00
|
|
|
test -n "$critic_missing" && AC_MSG_ERROR([
|
|
|
|
*** $critic_missing])
|