mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-13 12:40:08 +00:00
Regenerated.
This commit is contained in:
parent
9d131243df
commit
efd36212eb
35
sysdeps/alpha/elf/configure
vendored
35
sysdeps/alpha/elf/configure
vendored
@ -58,3 +58,38 @@ EOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
echo $ac_n "checking for GP relative module local relocs""... $ac_c" 1>&6
|
||||
echo "configure:20: checking for GP relative module local relocs" >&5
|
||||
if eval "test \"`echo '$''{'libc_cv_alpha_hidden_gprel'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.c <<\EOF
|
||||
static int bar;
|
||||
int baz __attribute__((visibility("hidden")));
|
||||
|
||||
int foo (void)
|
||||
{
|
||||
return bar + baz;
|
||||
}
|
||||
EOF
|
||||
|
||||
libc_cv_alpha_hidden_gprel=no
|
||||
if { ac_try='${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&5'; { (eval echo configure:35: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
|
||||
if grep -q 'bar.*!gprel' conftest.s \
|
||||
&& grep -q 'baz.*!gprel' conftest.s \
|
||||
&& ! grep -q 'bar.*!literal' conftest.s \
|
||||
&& ! grep -q 'baz.*!literal' conftest.s; then
|
||||
libc_cv_alpha_hidden_gprel=yes
|
||||
fi
|
||||
fi
|
||||
rm -f conftest*
|
||||
fi
|
||||
|
||||
echo "$ac_t""$libc_cv_alpha_hidden_gprel" 1>&6
|
||||
if test $libc_cv_alpha_hidden_gprel = yes; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define PI_STATIC_AND_HIDDEN 1
|
||||
EOF
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user