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 / x-next < prev    next >
Text File  |  1994-02-06  |  186b  |  9 lines

  1. # Make assignments for compiling on NeXT with their compiler version.
  2. CC=cc -traditional-cpp
  3. OLDCC=cc -traditional-cpp
  4.  
  5. libgcc2.a: stdarg.h
  6.  
  7. stdarg.h:
  8.     cp $(srcdir)/gstdarg.h ./stdarg.h
  9.