mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Add config target for 29k/UDI.
This commit is contained in:
@ -24,6 +24,7 @@ Things-to-keep:
|
|||||||
3b1.mh
|
3b1.mh
|
||||||
3b1.mt
|
3b1.mt
|
||||||
a29k-kern.mt
|
a29k-kern.mt
|
||||||
|
a29k-udi.mt
|
||||||
a29k.mt
|
a29k.mt
|
||||||
altos.mh
|
altos.mh
|
||||||
altos.mt
|
altos.mt
|
||||||
|
5
gdb/config/a29k-udi.mt
Normal file
5
gdb/config/a29k-udi.mt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Target: AMD 29000 on EB29K board over a serial line.
|
||||||
|
TDEPFILES= exec.o am29k-pinsn.o remote-udi.o am29k-tdep.o yank.o udip2soc.o udr.o mini2udi.o
|
||||||
|
TM_FILE= tm-29k.h
|
||||||
|
# The following is for ../include/a.out.encap.h
|
||||||
|
TM_CFLAGS = -Da29k -DREMOTE -DTARGET=TARGET_AM29K -DAMD_COFF
|
Reference in New Issue
Block a user