This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Alpha configure tweak
- To: java-patches at sources dot redhat dot com
- Subject: Alpha configure tweak
- From: Anthony Green <green at cygnus dot com>
- Date: Sun, 10 Dec 2000 18:29:55 -0800
- Reply-to: green at cygnus dot com
I'm checking in this tweak from Richard.
2000-12-10 Richard Henderson <rth@redhat.com>
* configure.host: Recognize alpha*-*, not alphaev6-*.
Index: configure.host
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.host,v
retrieving revision 1.12
diff -u -p -u -r1.12 configure.host
--- configure.host 2000/12/10 07:12:32 1.12
+++ configure.host 2000/12/11 02:28:23
@@ -64,7 +64,7 @@ case "${host}" in
libgcj_cflags="-D__NO_MATH_INLINES"
DIVIDESPEC=-fno-use-divide-subroutine
;;
- alphaev6-*)
+ alpha*-*)
libgcj_interpreter=yes
;;
sparc-*)