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 >
Wrap
Text File
|
1991-01-28
|
299b
|
8 lines
# Set up flags to allow hc to build the compiler.
CC=hc -ma -U__STDC__
# We cannot allow cccp.o to contain a copy of BCOPY as this will
# cause multiple definitions since BLT and BCOPY share an object file
# in libc.a and the library references BLT.
INTERNAL_CFLAGS = -DBSTRING -DMERGED=1 $(CROSS)