This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Alpha configure tweak



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-*)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]