Add m32r support.
From-SVN: r89367
This commit is contained in:
parent
1fddb058e1
commit
2989a2f55b
2 changed files with 12 additions and 0 deletions
|
@ -32,6 +32,14 @@
|
|||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifdef __m32r__
|
||||
#ifdef __LITTLE_ENDIAN__
|
||||
#define __IEEE_LITTLE_ENDIAN
|
||||
#else
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__m68k__) || defined(__mc68000__)
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue