Commit 48a9aced by Richard Henderson Committed by Anthony Green

Recognize alpha*-*.

From-SVN: r38181
parent 800635c1
2000-12-10 Richard Henderson <rth@redhat.com>
* configure.host: Recognize alpha*-*, not alphaev6-*.
2000-12-09 Anthony Green <green@redhat.com> 2000-12-09 Anthony Green <green@redhat.com>
* configure.host: Enable interpreter for Alpha. * configure.host: Enable interpreter for Alpha.
......
...@@ -64,7 +64,7 @@ case "${host}" in ...@@ -64,7 +64,7 @@ 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-*) alpha*-*)
libgcj_interpreter=yes libgcj_interpreter=yes
;; ;;
sparc-*) sparc-*)
......
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