The following patches include a couple of fixes for cross toolchains,
and endian bits for the picojava port. I am committing this (and the rebuilt Makefile.in/configure files). From-SVN: r29765
This commit is contained in:
parent
97ca93c3ae
commit
9a480d6923
3 changed files with 10 additions and 1 deletions
|
@ -66,6 +66,14 @@
|
|||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifdef __pj__
|
||||
#ifdef __pjl__
|
||||
#define __IEEE_LITTLE_ENDIAN
|
||||
#else
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* necv70 was __IEEE_LITTLE_ENDIAN. */
|
||||
|
||||
#ifdef __W65__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue