mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 02:02:22 +00:00
5076de826c
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.
11 lines
424 B
Mathematica
11 lines
424 B
Mathematica
# Target: AMD 29000.
|
|
# These defines should give you a gdb running on ? (sun3os4 if you like)
|
|
# that will be able to communicate over a serial line with either an
|
|
# EB board (remote-eb.c),
|
|
# Adapt (remote-adapt.c),
|
|
# or a MiniMon debugger (remote-mm.c).
|
|
# Or run native on an Ultracomputer.
|
|
TDEPFILES= exec.o am29k-pinsn.o am29k-tdep.o remote-eb.o remote-mm.o remote-adapt.o
|
|
TM_FILE= tm-29k.h
|
|
MT_CFLAGS = -DNO_HIF_SUPPORT
|