mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
# Host: Sun 3, running SunOS 4
|
|
XDEPFILES=
|
|
XM_FILE= xm-sun3os4.h
|
|
NAT_FILE= nm-sun3.h
|
|
NATDEPFILES= fork-child.o inftarg.o infptrace.o corelow.o sun3-nat.o
|
|
GDBSERVER_DEPFILES= low-sun3.o
|
|
|
|
# SunOS 4.x has memory allocation calls in the C runtime. However
|
|
# since free() is never called with these objects, it is safe to
|
|
# define MMCHECK_FORCE to 1 and thus force installation of the mmalloc
|
|
# corruption checks.
|
|
MMALLOC_CFLAGS = -I$(MMALLOC_SRC) -DMMCHECK_FORCE=1
|