mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +01:00
Fix merge conflict.
2005/02/24 23:28:02-08:00 hp.com!davidm Fix merge-conflict. 2004/11/16 14:09:01-08:00 hp.com!davidm Manual merge. 2004/11/05 00:14:10-08:00 hp.com!davidm Fix merge conflict. 2004/11/03 13:57:00-08:00 hp.com!davidm Merge. 2004/10/19 23:06:23-07:00 mostang.com!davidm (pkg_minor): Switch to 99. (pkg_extra): Switch to -alpha. (CFLAGS): Add -fexceptions if we're compiling with GCC. It's needed to get the proper unwind tables on platforms with DWARF unwind info (well, at least on x86 it's needed). (Logical change 1.290)
This commit is contained in:
parent
95c9a4a21e
commit
09c959ad30
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
define(pkg_major, 0)
|
||||
define(pkg_minor, 98)
|
||||
define(pkg_extra, .5)
|
||||
define(pkg_minor, 99)
|
||||
define(pkg_extra, -alpha)
|
||||
define(pkg_maintainer, libunwind@linux.hpl.hp.com)
|
||||
define(mkvers, $1.$2$3)
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
@ -101,7 +101,7 @@ AC_TRY_COMPILE([], [#ifndef __INTEL_COMPILER
|
|||
#endif], [intel_compiler=yes])
|
||||
|
||||
if test x$GCC = xyes -a x$intel_compiler != xyes; then
|
||||
CFLAGS="${CFLAGS} -Wall -Wsign-compare"
|
||||
CFLAGS="${CFLAGS} -fexceptions -Wall -Wsign-compare"
|
||||
LIBCRTS="-lgcc"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue