gcj/142
authorAnthony Green <green@redhat.com>
Sun, 13 Feb 2000 18:07:09 +0000 (18:07 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 13 Feb 2000 18:07:09 +0000 (18:07 +0000)
i386 and i486 should configure the same as i586 and i686.

From-SVN: r31954

libjava/ChangeLog
libjava/configure.host

index 49ad153..8551df7 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2000-02-12  Tom Tromey  <tromey@cygnus.com>
 
        * java/io/File.java (createTempFile): Use low bits from counter,
index 348d54a..a14288f 100644 (file)
@@ -57,7 +57,7 @@ case "${host}" in
        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