blob: 46528f42240196eae290151acc99b339ea859ce8 (
plain)
1
2
3
4
5
6
7
8
9
|
# Host: Intel 386 running System V
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
XM_FILE= xm-i386v.h
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
# for gmalloc.c
XM_CFLAGS= -Dgetpagesize()=4096
|