ieeefp.h: Add x86-64 support.

2002-07-19  Bo Thorsen  <bo@berlioz.suse.de>

        * java/lang/ieeefp.h: Add x86-64 support.
        * configure.in: Likewise.
        * configure.host: Likewise.
        * configure: Regenerated.
        * sysdep/x86-64/locks.h: New file with x86-64 locks.

From-SVN: r55588
This commit is contained in:
Bo Thorsen 2002-07-19 14:41:15 +00:00 committed by Bo Thorsen
parent c35383cbdf
commit 7b20471292
7 changed files with 431 additions and 333 deletions

View file

@ -58,6 +58,10 @@
#define __IEEE_LITTLE_ENDIAN
#endif
#ifdef __x86_64__
#define __IEEE_LITTLE_ENDIAN
#endif
#ifdef __i960__
#define __IEEE_LITTLE_ENDIAN
#endif