summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libjava/ChangeLog4
-rw-r--r--libjava/configure.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 0ec8d0ca7cc..c9a636a2483 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -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.
diff --git a/libjava/configure.host b/libjava/configure.host
index edc4c3330f4..6d6f4c98603 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -64,7 +64,7 @@ case "${host}" in
libgcj_cflags="-D__NO_MATH_INLINES"
DIVIDESPEC=-fno-use-divide-subroutine
;;
- alphaev6-*)
+ alpha*-*)
libgcj_interpreter=yes
;;
sparc-*)