home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / src / m-news-risc.h < prev    next >
C/C++ Source or Header  |  1992-02-14  |  1KB  |  75 lines

  1. /* m-news-risc.h is for the "RISC News".  */
  2.  
  3. /* Override s-usg5-4.h.  */
  4. #ifdef USG
  5. #undef UNEXEC
  6. #undef LIBX11_SYSTEM
  7. #undef LOAD_AVE_CVT
  8. #define INHIBIT_BSD_TIME
  9. #undef START_FILES
  10. #undef LIB_STANDARD
  11. #endif
  12.  
  13. #define COFF
  14.  
  15. #include "m-mips.h"
  16.  
  17. #undef LIBS_MACHINE
  18. #define LIBS_MACHINE -lmld
  19.  
  20. #define C_OPTIMIZE_SWITCH -O
  21.  
  22. #undef LD_SWITCH_MACHINE
  23.  
  24. #ifndef USG
  25. #undef TERMINFO
  26.  
  27. #undef LINKER /* Override m-mips.h.  */
  28.  
  29. #define LD_SWITCH_MACHINE -x -D 800000
  30.  
  31. #undef  C_DEBUG_SWITCH
  32. #define C_DEBUG_SWITCH -g3
  33. #endif
  34.  
  35. #ifdef USG
  36. #undef LIB_STANDARD
  37. #define LIB_STANDARD GNULIB -lsocket -lnsl -lc /usr/ccs/lib/crtn.o
  38.  
  39. #undef LIBS_TERMCAP
  40. #define LIBS_TERMCAP -ltermlib
  41.  
  42. #undef C_SWITCH_SYSTEM
  43.  
  44. #undef  C_DEBUG_SWITCH
  45. #define C_DEBUG_SWITCH -g
  46.  
  47. #undef LD_SWITCH_MACHINE
  48. #define LD_SWITCH_MACHINE -D 10000000 -g3
  49.  
  50. #undef USG_SHARED_LIBRARIES
  51.  
  52. #undef START_FILES
  53. #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/values-Xt.o
  54.  
  55. #undef  TEXT_START
  56. #define TEXT_START 0x400000
  57. #undef  DATA_START
  58. #define DATA_START 0x10000000
  59.  
  60. #undef DATA_SEG_BITS
  61. #define DATA_SEG_BITS 0x10000000
  62.  
  63. #undef C_ALLOCA
  64. #define HAVE_ALLOCA
  65. #if defined(__GNUC__) && !defined(alloca)
  66. #define alloca(n) __builtin_alloca(n)
  67. #endif
  68.  
  69. /* replace bsd getwd() with SysV getcwd() */
  70. #undef HAVE_GETWD
  71. #undef HAVE_GETTIMEOFDAY
  72.  
  73. #define LOAD_AVE_TYPE long
  74. #endif
  75.