119370Spst# Host: NCR 3000 (Intel 386 running SVR4)
219370Spst
319370Spst# The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
419370Spst# This compiler not only emits obnoxious copyright messages every time
519370Spst# you run it, but it chokes and dies on a whole bunch of GNU source
619370Spst# files.  Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
719370Spst# Unfortunately though, the AT&T compiler sometimes generates code that
819370Spst# the assembler barfs on if -g is used, so disable it by default as well.
919370SpstCC = /usr/ccs/ATT/cc
1019370SpstCFLAGS =
1119370Spst
1219370SpstXM_FILE= xm-i386v4.h
1319370Spst
1419370SpstNAT_FILE= nm-i386v4.h
1598944SobrienNATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o procfs.o \
1698944Sobrien	proc-api.o proc-events.o proc-flags.o proc-why.o
17