diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 846ed59d0a3b..6ca4c19cae96 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-05-08 Tom Tromey + + * configure.host : Set with_libffi_default and + libgcj_interpreter to "yes". + 2003-05-08 Scott Gilbertson * gnu/gcj/xlib/natGC.cc (drawString): Removed obsolete code. diff --git a/libjava/configure.host b/libjava/configure.host index f1c65bcc50e5..1e2183184e4e 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -114,8 +114,8 @@ case "${host}" in ;; powerpc64*-*) # libffi not ported. - with_libffi_default=no - libgcj_interpreter=no + with_libffi_default=yes + libgcj_interpreter=yes libgcj_flags="${libgcj_flags} -mminimal-toc" # this may not be correct sysdeps_dir=powerpc