Commit b8e61e1e by Tom Tromey Committed by Tom Tromey

configure.host: Set with_libffi_default and libgcj_interpreter to "yes".

	* configure.host <powerpc64*-*>: Set with_libffi_default and
	libgcj_interpreter to "yes".

From-SVN: r66609
parent 146b8675
2003-05-08 Tom Tromey <tromey@redhat.com>
* configure.host <powerpc64*-*>: Set with_libffi_default and
libgcj_interpreter to "yes".
2003-05-08 Scott Gilbertson <scottg@mantatest.com>
* gnu/gcj/xlib/natGC.cc (drawString): Removed obsolete code.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment