home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / emacs-19.16 / src / m / news-risc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-18  |  552 b   |  28 lines

  1. /* news-risc.h is for the "RISC News".  */
  2.  
  3. #include "mips.h"
  4.  
  5. /* The following line tells the configuration script what sort of 
  6.    operating system this machine is likely to run.
  7.    USUAL-OPSYS="bsd4-3"  */
  8.  
  9. #define LIBS_MACHINE -lmld
  10.  
  11. #define COFF
  12. #undef LD_SWITCH_MACHINE
  13. #define LD_SWITCH_MACHINE -x -D 800000
  14.  
  15. /* #define C_OPTIMIZE_SWITCH -O2 */
  16. #define C_OPTIMIZE_SWITCH -O
  17.  
  18. #define C_DEBUG_SWITCH -g3
  19.  
  20. #undef TERMINFO
  21.  
  22. /* We have no mode_t.  */
  23. #define NO_MODE_T
  24.  
  25. /* Don't use the definitions in m/mips.h.  */
  26. #undef LINKER
  27. #undef LIBS_MACHINE
  28.