diff options
author | Andrew Haley <aph@cambridge.redhat.com> | 2002-03-26 03:42:54 +0000 |
---|---|---|
committer | Hans Boehm <hboehm@gcc.gnu.org> | 2002-03-26 03:42:54 +0000 |
commit | 90b2d2afa1e1d6b7a8c37b836de62f70d3a103e0 (patch) | |
tree | 13e41aa4b2ae2a369831b422eb3db83f7990e49a /libjava/configure | |
parent | caba570b31bfe18bcad32fa4a5331d8575f74ddd (diff) | |
download | gcc-90b2d2afa1e1d6b7a8c37b836de62f70d3a103e0.zip gcc-90b2d2afa1e1d6b7a8c37b836de62f70d3a103e0.tar.gz gcc-90b2d2afa1e1d6b7a8c37b836de62f70d3a103e0.tar.bz2 |
configure.in, configure: enable dwarf2-exception-style exception handling on IA-64.
* configure.in, configure: enable dwarf2-exception-style
exception handling on IA-64.
* include/dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64.
(INIT_SEGV, INIT_FPE): Use __libc_sigaction instead of syscall.
Add FIXME comment.
From-SVN: r51367
Diffstat (limited to 'libjava/configure')
-rwxr-xr-x | libjava/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/configure b/libjava/configure index 5fd51a1..f86c865 100755 --- a/libjava/configure +++ b/libjava/configure @@ -6400,6 +6400,9 @@ case "${host}" in # SYSDEP_SOURCES=sysdep/ia64.c # test -d sysdep || mkdir sysdep # ;; + ia64-*-linux*) + SIGNAL_HANDLER=include/dwarf2-signal.h + ;; powerpc-*-linux*) SIGNAL_HANDLER=include/dwarf2-signal.h ;; |