projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8061f6
)
Fix misapplied patch.
author
Andrew Haley
<aph@gcc.gnu.org>
Wed, 22 Jan 2003 17:50:38 +0000
(17:50 +0000)
committer
Andrew Haley
<aph@gcc.gnu.org>
Wed, 22 Jan 2003 17:50:38 +0000
(17:50 +0000)
From-SVN: r61601
libjava/configure.host
patch
|
blob
|
history
diff --git
a/libjava/configure.host
b/libjava/configure.host
index 3736ef4e9d12d179bd414d030deffe3fd2534c71..5fff614f0cb6604ebb44fa6fe424fb0c411812ef 100644
(file)
--- 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