home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / config / i860mach.h < prev    next >
C/C++ Source or Header  |  1994-02-06  |  342b  |  13 lines

  1. /* Configuration for an i860 running Mach as the target machine.  */
  2.  
  3. #include "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"
  10.  
  11. /* Specify extra dir to search for include files.  */
  12. #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
  13.