aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2007-09-06 16:39:58 +0000
committerMatthias Klose <doko@gcc.gnu.org>2007-09-06 16:39:58 +0000
commitdbc293c8e4f11e261c89366701fc7a982ef8d39a (patch)
tree347b39da00d758b1bf1ed403b8a4b9f503e5c2d2 /libjava/configure
parent5ffeb913b1a455fe79c1c116fc75f09c21194815 (diff)
downloadgcc-dbc293c8e4f11e261c89366701fc7a982ef8d39a.zip
gcc-dbc293c8e4f11e261c89366701fc7a982ef8d39a.tar.gz
gcc-dbc293c8e4f11e261c89366701fc7a982ef8d39a.tar.bz2
boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.
gcc/java/ 2007-09-06 Roman Zippel <zippel@linux-m68k.org> * boehm.c: Don't use bitmap as gc_descr if pointer is misaligned. libjava/ 2007-09-06 Roman Zippel <zippel@linux-m68k.org> * sysdep/m68k/locks.h: New file. * configure.host: Set sysdeps_dir and libgcj_interpreter for m68k. * configure.ac: Set SIGNAL_HANDLER for m68*-*-linux*. * configure: Regenerate. From-SVN: r128191
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 f219205..77fcb02 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -27265,6 +27265,9 @@ case "${host}" in
mips*-*-linux*)
SIGNAL_HANDLER=include/mips-signal.h
;;
+ m68*-*-linux*)
+ SIGNAL_HANDLER=include/dwarf2-signal.h
+ ;;
powerpc*-*-darwin*)
SIGNAL_HANDLER=include/darwin-signal.h
;;