home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cc-61.0.1 / cc / config / make-romp < prev    next >
Text File  |  1991-01-28  |  299b  |  8 lines

  1. # Set up flags to allow hc to build the compiler.
  2. CC=hc -ma -U__STDC__
  3.  
  4. # We cannot allow cccp.o to contain a copy of BCOPY as this will
  5. # cause multiple definitions since BLT and BCOPY share an object file
  6. # in libc.a and the library references BLT.
  7. INTERNAL_CFLAGS = -DBSTRING -DMERGED=1 $(CROSS)
  8.