home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / i860 / mach.h < prev    next >
C/C++ Source or Header  |  1993-10-02  |  583b  |  17 lines

  1. /* Configuration for an i860 running Mach as the target machine.  */
  2.  
  3. #include "i860/i860.h"
  4.  
  5. #undef TARGET_VERSION
  6. #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");
  7.  
  8. #undef CPP_PREDEFINES
  9. #define CPP_PREDEFINES "-Dunix -Di860 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i860) -Amachine(i860)"
  10.  
  11. /* Specify extra dir to search for include files.  */
  12. #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
  13.  
  14. /* Don't default to pcc-struct-return, because gcc is the only compiler, and
  15.    we want to retain compatibility with older gcc versions.  */
  16. #define DEFAULT_PCC_STRUCT_RETURN 0
  17.