1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 17:09:29 +02:00

Regenerate.

(Logical change 1.101)
This commit is contained in:
hp.com!davidm 2003-09-24 21:51:53 +00:00
parent 285a4f5a90
commit 01b02dde89
2 changed files with 636 additions and 238 deletions

4
aclocal.m4 vendored
View file

@ -13,7 +13,7 @@
AC_DEFUN([LIBUNWIND___THREAD], AC_DEFUN([LIBUNWIND___THREAD],
[dnl Check whether the compiler supports the __thread keyword. [dnl Check whether the compiler supports the __thread keyword.
if test "x$use__thread" != xno; then if test "x$enable___thread" != xno; then
AC_CACHE_CHECK([for __thread], libc_cv_gcc___thread, AC_CACHE_CHECK([for __thread], libc_cv_gcc___thread,
[cat > conftest.c <<\EOF [cat > conftest.c <<\EOF
__thread int a = 42; __thread int a = 42;
@ -2387,7 +2387,7 @@ else
allow_undefined_flag='${wl}-berok' allow_undefined_flag='${wl}-berok'
# This is a bit strange, but is similar to how AIX traditionally builds # This is a bit strange, but is similar to how AIX traditionally builds
# it's shared libraries. # it's shared libraries.
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname' archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
fi fi
fi fi
;; ;;

870
configure vendored

File diff suppressed because it is too large Load diff