mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-10 19:23:41 +01:00
Regenerate.
(Logical change 1.104)
This commit is contained in:
parent
587bba5c1f
commit
9bd061eddb
1 changed files with 14 additions and 8 deletions
22
configure
vendored
22
configure
vendored
|
@ -8535,8 +8535,9 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_header in asm/ptrace_offsets.h endian.h execinfo.h ia64intrin.h \
|
for ac_header in asm/ptrace_offsets.h endian.h execinfo.h ia64intrin.h \
|
||||||
sys/uc_access.h unistd.h
|
sys/uc_access.h unistd.h signal.h
|
||||||
do
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
@ -8952,6 +8953,13 @@ _ACEOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
|
||||||
|
if test x$enable_debug = xyes; then
|
||||||
|
CPPFLAGS="${CPPFLAGS} -DDEBUG"
|
||||||
|
else
|
||||||
|
CPPFLAGS="${CPPFLAGS} -DNDEBUG"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for sighandler_t" >&5
|
echo "$as_me:$LINENO: checking for sighandler_t" >&5
|
||||||
echo $ECHO_N "checking for sighandler_t... $ECHO_C" >&6
|
echo $ECHO_N "checking for sighandler_t... $ECHO_C" >&6
|
||||||
if test "${ac_cv_type_sighandler_t+set}" = set; then
|
if test "${ac_cv_type_sighandler_t+set}" = set; then
|
||||||
|
@ -8965,6 +8973,11 @@ cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
$ac_includes_default
|
$ac_includes_default
|
||||||
|
#if HAVE_SIGNAL_H
|
||||||
|
# include <signal.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
@ -9350,13 +9363,6 @@ else
|
||||||
libc_cv_gcc___thread=no
|
libc_cv_gcc___thread=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
|
|
||||||
if test x$enable_debug = xyes; then
|
|
||||||
CPPFLAGS="${CPPFLAGS} -DDEBUG"
|
|
||||||
else
|
|
||||||
CPPFLAGS="${CPPFLAGS} -DNDEBUG"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$GCC = xyes; then
|
if test x$GCC = xyes; then
|
||||||
CFLAGS="${CFLAGS} -Wall -Wsign-compare"
|
CFLAGS="${CFLAGS} -Wall -Wsign-compare"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue