1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-25 00:27:39 +01:00

Add call to LIBUNWIND___THREAD.

(Logical change 1.22)
This commit is contained in:
mostang.com!davidm 2002-11-09 07:59:02 +00:00
parent 16f2189512
commit 0a7fdb7878

View file

@ -57,6 +57,8 @@ AC_ARG_ENABLE(debug,
[ --enable-debug turn on debug support (slows down execution)],
[enable_debug=yes], [])
LIBUNWIND___THREAD
CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
if test x$enable_debug == xyes; then
CPPFLAGS="${CPPFLAGS} -DDEBUG"
@ -72,7 +74,6 @@ fi
arch="$target_arch"
ARCH=`echo $target_arch | tr [a-z] [A-Z]`
AC_SUBST(arch)
AC_SUBST(ARCH)
AC_OUTPUT(Makefile src/Makefile tests/Makefile doc/Makefile)