configuration patch

Anthony Green green@cygnus.com
Sun Feb 13 10:13:00 GMT 2000


I just commtted the following patch...

2000-02-16  Anthony Green  <green@redhat.com>

        * configure.host: Use the same options for i386 and i486 as we do
        for i586 and i686.

Index: configure.host
===================================================================
RCS file: /cvs/java/libgcj/libjava/configure.host,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- configure.host	2000/01/09 22:25:53	1.7
+++ configure.host	2000/02/13 18:07:09	1.8
@@ -57,7 +57,7 @@
  	enable_java_net_default=no
  	enable_getenv_properties_default=no
 	;;
-  i686-*|i586-*)
+  i686-*|i586-*|i486-*|i386-*)
 	libgcj_flags="${libgcj_flags} -ffloat-store"
 	libgcj_interpreter=yes
 	DIVIDESPEC=-fno-use-divide-subroutine

-- 
Anthony Green                                                        Red Hat
                                                       Sunnyvale, California


More information about the Java-patches mailing list