mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
# Host: Intel 386 running System V, using COFF encapsulation
|
|
XDEPFILES= infptrace.o coredep.o i386-xdep.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
|