Blame sysdeps/powerpc/powerpc32/configure

Packit 6c4009
# This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
Packit 6c4009
 # Local configure fragment for sysdeps/powerpc/powerpc32.
Packit 6c4009
Packit 6c4009
# See whether GCC uses -msecure-plt.
Packit 6c4009
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -msecure-plt by default" >&5
Packit 6c4009
$as_echo_n "checking for -msecure-plt by default... " >&6; }
Packit 6c4009
if ${libc_cv_ppc_secure_plt+:} false; then :
Packit 6c4009
  $as_echo_n "(cached) " >&6
Packit 6c4009
else
Packit 6c4009
  echo 'int foo (void) { extern int bar; return bar; }' > conftest.c
Packit 6c4009
libc_cv_ppc_secure_plt=no
Packit 6c4009
if { ac_try='${CC-cc} -S $CFLAGS conftest.c -fpic -o conftest.s 1>&5'
Packit 6c4009
  { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
Packit 6c4009
  (eval $ac_try) 2>&5
Packit 6c4009
  ac_status=$?
Packit 6c4009
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 6c4009
  test $ac_status = 0; }; }; then
Packit 6c4009
  if grep '_GLOBAL_OFFSET_TABLE_-.*@ha' conftest.s > /dev/null 2>&1; then
Packit 6c4009
    libc_cv_ppc_secure_plt=yes
Packit 6c4009
  fi
Packit 6c4009
fi
Packit 6c4009
rm -rf conftest*
Packit 6c4009
fi
Packit 6c4009
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ppc_secure_plt" >&5
Packit 6c4009
$as_echo "$libc_cv_ppc_secure_plt" >&6; }
Packit 6c4009
if test $libc_cv_ppc_secure_plt = yes; then
Packit 6c4009
  $as_echo "#define HAVE_PPC_SECURE_PLT 1" >>confdefs.h
Packit 6c4009
Packit 6c4009
fi