Commit bc38c787 by Anthony Green Committed by Anthony Green

Enable interpreter for alpha.

From-SVN: r38168
parent f34ff6d6
2000-12-09 Anthony Green <green@redhat.com>
* configure.host: Enable interpreter for Alpha.
2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com> 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
* Makefile.am (data_DATA): libgcj.jar replaces libgcj.zip. * Makefile.am (data_DATA): libgcj.jar replaces libgcj.zip.
......
...@@ -64,6 +64,9 @@ case "${host}" in ...@@ -64,6 +64,9 @@ case "${host}" in
libgcj_cflags="-D__NO_MATH_INLINES" libgcj_cflags="-D__NO_MATH_INLINES"
DIVIDESPEC=-fno-use-divide-subroutine DIVIDESPEC=-fno-use-divide-subroutine
;; ;;
alphaev6-*)
libgcj_interpreter=yes
;;
sparc-*) sparc-*)
;; ;;
ia64-*) ia64-*)
......
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