6617e3464b
Indicate in all host config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up.
9 lines
251 B
Text
9 lines
251 B
Text
# Host: Intel 386 running System V release 3.2, using COFF encapsulation
|
|
XDEPFILES= infptrace.o coredep.o i386-xdep.o
|
|
XM_FILE= xm-i386v32.h
|
|
XM_CLIBS= -lPW
|
|
SYSV_DEFINE=-DSYSV
|
|
REGEX=regex.o
|
|
REGEX1=regex.o
|
|
# for gmalloc.c
|
|
XM_CFLAGS= -Dgetpagesize()=4096
|