summaryrefslogtreecommitdiffstats
path: root/libjava/configure
diff options
context:
space:
mode:
authorhboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-26 03:42:54 +0000
committerhboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-26 03:42:54 +0000
commit8ca5c49ac8be71cb3d3d4c27a80ccdbdd9aa1650 (patch)
tree13e41aa4b2ae2a369831b422eb3db83f7990e49a /libjava/configure
parent4f111a84a3469b79ef46d993fe6e2814582a9735 (diff)
downloadppe42-gcc-8ca5c49ac8be71cb3d3d4c27a80ccdbdd9aa1650.tar.gz
ppe42-gcc-8ca5c49ac8be71cb3d3d4c27a80ccdbdd9aa1650.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51367 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure')
-rwxr-xr-xlibjava/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/configure b/libjava/configure
index 5fd51a12253..f86c865a395 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
;;
OpenPOWER on IntegriCloud