home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / src / m-sun3.h < prev    next >
C/C++ Source or Header  |  1990-06-20  |  763b  |  27 lines

  1. /* m- file for Sun 68000's OPERATING SYSTEM version 3
  2.    (for either 68000 or 68020 systems).  */
  3.  
  4. #include "m-sun2.h"
  5. #undef sun2
  6. #ifndef sun3
  7. #define sun3
  8. #endif
  9.  
  10. /* Say that the text segment of a.out includes the header;
  11.    the header actually occupies the first few bytes of the text segment
  12.    and is counted in hdr.a_text.  */
  13.  
  14. #define A_TEXT_OFFSET(HDR) sizeof (HDR)
  15.  
  16. /* In case we are using floating point, work together with crt0.c.  */
  17.  
  18. #ifndef __GNUC__
  19. #define C_SWITCH_MACHINE -fsoft
  20. #endif
  21.  
  22. /* This line is needed if you are linking with X windows
  23.    and the library xlib was compiled to use the 68881.
  24.    For maximum cleanliness, don't edit this file;
  25.    instead, insert this line in config.h.  */
  26. /* #define START_FILES crt0.o /usr/lib/Mcrt1.o  */
  27.