home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / config / tm-mips-news.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-11  |  532 b   |  20 lines

  1. /* like pmax except BIG ENDIAN instead of LITTLE ENDIAN  */
  2.  
  3. #define DECSTATION
  4. #include "tm-mips.h"
  5.  
  6. #undef CPP_SPEC
  7.                 /* default RISC NEWS environment */
  8. #define CPP_SPEC "-Dr3000 -DLANGUAGE_C -DMIPSEB -DSYSTYPE_BSD -Dsony_news -Dunix -I/usr/include2.11"
  9.  
  10. #undef MACHINE_TYPE
  11. #define MACHINE_TYPE "Sony NEWS (RISC NEWS)"
  12.  
  13. /* Define this if most significant byte of a word is the lowest numbered.
  14. */
  15. #define BYTES_BIG_ENDIAN
  16.  
  17. /* Define this if most significant word of a multiword number is numbered.
  18. */
  19. #define WORDS_BIG_ENDIAN
  20.