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

  1. /* machine description file for Mips running RISCOS version 4.  */
  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="note"
  8.  
  9. NOTE-START
  10. Use -opsystem=usg5-2-2 normally, or -opsystem=bsd4-3 with the BSD
  11. world.
  12. NOTE-END  */
  13.  
  14. #if 0
  15. /* Define MIPS2 if you have an R6000 or R4000.  */
  16. #define MIPS2
  17. #endif
  18.  
  19. #ifdef __GNUC__
  20. #define C_DEBUG_SWITCH -g -O
  21. #else
  22. #ifdef MIPS2
  23. #define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 -mips2
  24. #else
  25. #define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000
  26. #endif
  27. #endif
  28.  
  29. #ifdef TERMINFO
  30. #undef TERMINFO
  31. #endif
  32.  
  33. #define START_FILES pre-crt0.o /lib/crt1.o
  34. /* Used to have -lisode, but jlp@math.byu.edu says remove it
  35.    (for RISCOS 4.52).  */
  36. #define LIB_STANDARD -lmld -lc /lib/crtn.o
  37.  
  38.  
  39. #define COFF
  40. #undef LD_SWITCH_MACHINE
  41. #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000
  42.