mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 18:10:11 +00:00
2003-10-15 Roland McGrath <roland@redhat.com>
* sysdeps/pthread/configure.in: Barf if visibility attribute support is missing. * sysdeps/pthread/configure: Regenerated.
This commit is contained in:
parent
a21a20a33f
commit
c871d196ed
7
nptl/sysdeps/pthread/configure
vendored
7
nptl/sysdeps/pthread/configure
vendored
@ -6,6 +6,13 @@ echo "$as_me: error: compiler support for __thread is required" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
|
||||
if test "x${libc_cv_visibility_attribute}" != xyes ||
|
||||
test "x${libc_cv_broken_visibility_attribute}" != xno; then
|
||||
{ { echo "$as_me:$LINENO: error: working compiler support for visibility attribute is required" >&5
|
||||
echo "$as_me: error: working compiler support for visibility attribute is required" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
|
||||
if test "x$libc_cv_asm_cfi_directives" != xyes; then
|
||||
case "$base_machine" in
|
||||
i386 | x86_64 | powerpc | s390)
|
||||
|
@ -5,6 +5,11 @@ if test "x$libc_cv_gcc___thread" != xyes; then
|
||||
AC_MSG_ERROR(compiler support for __thread is required)
|
||||
fi
|
||||
|
||||
if test "x${libc_cv_visibility_attribute}" != xyes ||
|
||||
test "x${libc_cv_broken_visibility_attribute}" != xno; then
|
||||
AC_MSG_ERROR(working compiler support for visibility attribute is required)
|
||||
fi
|
||||
|
||||
if test "x$libc_cv_asm_cfi_directives" != xyes; then
|
||||
dnl We need this only for some architectures.
|
||||
case "$base_machine" in
|
||||
|
Loading…
Reference in New Issue
Block a user