mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 09:06:35 +00:00
9583b29548
Irix 4.x, which stores regs a bit differently from other /proc based systems. * procfs.c, core-svr4.c: Move fetch_core_registers from procfs.c to new file core-svr4.c. * config/i386/i386sol2.mh, config/i386/i386v4.mh, config/m68k/amix.mh, config/i386/ncr3000.mh, config/sparc/sun4sol2.mh: Add core-svr4.o to NATDEPFILES. * config/mips/irix4.mh: Add corelow.o to NATDEPFILES.
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
# Host: SGI Iris running irix 4.x
|
|
XDEPFILES=
|
|
XM_FILE= xm-irix4.h
|
|
NAT_FILE= nm-irix4.h
|
|
NATDEPFILES= fork-child.o procfs.o irix4-nat.o corelow.o
|
|
ALLOCA=alloca.o
|
|
ALLOCA1=alloca.o
|
|
MUNCH_DEFINE=-B
|
|
XM_CLIBS=-lbsd -lsun
|
|
INSTALL = cp
|
|
# use cc in K&R mode, bump up some static compiler tables.
|
|
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100
|