diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-22 17:50:38 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-22 17:50:38 +0000 |
commit | ca7087e48480a92c9f15afcb96c6073aded32255 (patch) | |
tree | a9d5de8f829b4be75339a802752d45a0ea1abb05 /libjava/configure.host | |
parent | d8a53361d64e232d7ce71e27b7b89a8bbda4ec74 (diff) | |
download | gcc-ca7087e48480a92c9f15afcb96c6073aded32255.tar.gz |
Fix misapplied patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61601 138bc75d-0d04-0410-961f-82ee72b054a4
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 3736ef4e9d1..5fff614f0cb 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -86,7 +86,6 @@ case "${host}" in enable_getenv_properties_default=no ;; i686-*|i586-*|i486-*|i386-*) - CHECKREFSPEC="%{m32:-fcheck-references}" sysdeps_dir=i386 libgcj_flags="${libgcj_flags} -ffloat-store" libgcj_interpreter=yes @@ -97,6 +96,7 @@ case "${host}" in slow_pthread_self=yes ;; x86_64-*) + CHECKREFSPEC="%{m32:-fcheck-references}" sysdeps_dir=x86-64 libgcj_flags="${libgcj_flags} -ffloat-store" libgcj_interpreter=no |