Fix misapplied patch.
From-SVN: r61601
This commit is contained in:
parent
f8061f6ab4
commit
fb13499ff7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user