aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.host
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.host
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.host')
-rw-r--r--libjava/configure.host5
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index bd81450..192272d 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -146,6 +146,10 @@ case "${host}" in
libgcj_interpreter=yes
enable_hash_synchronization_default=no
;;
+ m68k-*)
+ sysdeps_dir=m68k
+ libgcj_interpreter=yes
+ ;;
powerpc64*-*)
sysdeps_dir=powerpc
libgcj_interpreter=yes
@@ -202,6 +206,7 @@ case "${host}" in
ia64-* | \
x86_64*-linux* | \
hppa*-linux* | \
+ m68k*-linux* | \
sh-linux* | sh[34]*-linux*)
can_unwind_signal=yes
libgcj_ld_symbolic='-Wl,-Bsymbolic'