diff options
| author | dodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-31 13:02:40 +0000 |
|---|---|---|
| committer | dodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-31 13:02:40 +0000 |
| commit | 5a7fda1a5c1e9246f9ec9e7f9537f88665260214 (patch) | |
| tree | 4fa9d97f5218f181ac98f29a03a79c2bc912d0b4 /libjava/configure.host | |
| parent | 9112175ae5393189757b07c2dde379719bad02c3 (diff) | |
| download | ppe42-gcc-5a7fda1a5c1e9246f9ec9e7f9537f88665260214.tar.gz ppe42-gcc-5a7fda1a5c1e9246f9ec9e7f9537f88665260214.zip | |
Revert accidental svn commit r174473
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174480 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
| -rw-r--r-- | libjava/configure.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 5b8847803b3..9d4f2b6a1db 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -132,7 +132,7 @@ case "${host}" in slow_pthread_self=yes ;; x86_64-*) - sysdeps_dir=x86-64 + sysdeps_dir=i386 # For 64-bit we always use SSE registers for arithmetic, # which doesn't have the extra precision problems of the fpu. # But be careful about 32-bit multilibs. @@ -279,7 +279,7 @@ EOF slow_pthread_self= ;; i[34567]86-*-solaris2.1[0-9]* ) - sysdeps_dir=x86-64 + sysdeps_dir=i386 DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine ;; mips-sgi-irix6* ) |

