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 / romp / x-romp < prev    next >
Text File  |  1993-01-07  |  423b  |  12 lines

  1. # obstack.h assumes that if __STDC__ is defined an ANSI C preprocessor is
  2. # being used.  -Hnocpp makes hc use its builtin preprocessor instead of
  3. # /lib/cpp.  gcc doesn't use <sys/ioctl.h>, so it doesn't matter whether
  4. # fixincludes has been run.
  5. #
  6. # hc's warnings do nothing but obscure the output, hence the -w.
  7. CC=hc -Hnocpp -w -U__STDC__
  8.  
  9. # The default `make' on the RT doesn't define MAKE, so do it here.
  10. MAKE=make
  11.