diff options
author | Anthony Green <green@redhat.com> | 2000-02-13 18:07:09 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2000-02-13 18:07:09 +0000 |
commit | 97ce4a51fa4fc1e9fc68bd8c8b77b5f04a2edca4 (patch) | |
tree | 204d58a00ae33e39f66ed2356f8eea755d4efecd /libjava/configure.host | |
parent | bb1eed6e3acb4142f4303a23e6d7842d0817783f (diff) | |
download | gcc-97ce4a51fa4fc1e9fc68bd8c8b77b5f04a2edca4.zip gcc-97ce4a51fa4fc1e9fc68bd8c8b77b5f04a2edca4.tar.gz gcc-97ce4a51fa4fc1e9fc68bd8c8b77b5f04a2edca4.tar.bz2 |
gcj/142
i386 and i486 should configure the same as i586 and i686.
From-SVN: r31954
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 348d54a..a14288f 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -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 |