configure.host (powerpc*-darwin*): Enable interpreter.

2002-03-12  Andreas Tobler  <a.tobler@schweiz.ch>

	* configure.host (powerpc*-darwin*): Enable interpreter.

From-SVN: r50686
This commit is contained in:
Andreas Tobler 2002-03-12 23:29:52 +01:00 committed by Tom Tromey
parent 2ab57cc911
commit 46f56f54c4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-12 Andreas Tobler <a.tobler@schweiz.ch>
* configure.host (powerpc*-darwin*): Enable interpreter.
2002-03-10 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* include/posix.h: Add multiple include header protection.

View File

@ -93,7 +93,7 @@ case "${host}" in
;;
powerpc*-darwin*)
sysdeps_dir=powerpc
libgcj_interpreter=no
libgcj_interpreter=yes
;;
sparc-*)
;;