5436fc6578
config/m68k/m68kv4.mh, config/mips/{irix4.mh, irix5.mh, mipsv4.mh}, config/sparc/sun4so2.mh (INSTALL): Removed, figured out by autoconf. * config/apollo68v.mh (RANLIB): Removed, figured out by autoconf. * Makefile.in, configure.in: Converted to use autoconf * aclocal.m4: New file, local autoconf macro definitions. * configure: New file, generated with autoconf 2.3.
9 lines
302 B
Text
9 lines
302 B
Text
# Host: SGI Iris running irix 4.x
|
|
XDEPFILES= ser-tcp.o
|
|
XM_FILE= xm-irix4.h
|
|
NAT_FILE= nm-irix4.h
|
|
NATDEPFILES= fork-child.o procfs.o irix4-nat.o corelow.o
|
|
MUNCH_DEFINE=-B
|
|
XM_CLIBS=-lbsd -lsun
|
|
# use cc in K&R mode, bump up some static compiler tables.
|
|
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100
|