5076de826c
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.
12 lines
329 B
Text
12 lines
329 B
Text
# Host: SGI Iris running irix 4.x
|
|
XDEPFILES=
|
|
XM_FILE= xm-irix4.h
|
|
NAT_FILE= nm-irix4.h
|
|
NATDEPFILES= fork-child.o procfs.o irix4-nat.o
|
|
ALLOCA=alloca.o
|
|
ALLOCA1=alloca.o
|
|
MUNCH_DEFINE=-B
|
|
XM_CLIBS=-lbsd -lsun
|
|
INSTALL = cp
|
|
# use cc in K&R mode, bump up some static compiler tables.
|
|
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100
|