Recognize alpha*-*.

From-SVN: r38181
This commit is contained in:
Richard Henderson 2000-12-10 18:30:14 -08:00 committed by Anthony Green
parent 800635c1fd
commit 48a9aced0c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-12-10 Richard Henderson <rth@redhat.com>
* configure.host: Recognize alpha*-*, not alphaev6-*.
2000-12-09 Anthony Green <green@redhat.com>
* configure.host: Enable interpreter for Alpha.

View File

@ -64,7 +64,7 @@ case "${host}" in
libgcj_cflags="-D__NO_MATH_INLINES"
DIVIDESPEC=-fno-use-divide-subroutine
;;
alphaev6-*)
alpha*-*)
libgcj_interpreter=yes
;;
sparc-*)