mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +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
225 B
Plaintext
10 lines
225 B
Plaintext
# Host: Intel 386 running System V release 3.2
|
|
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
|