mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
33bc979d17
* Makefile.in (REMOTE_OBS): Rename from REMOTE_O, append value of NETROM_OBS. (NETROM_OBS): New variable. * remote-nrom.c: New file, NetROM target support. * config/a29k/a29k-udi.mt, config/i960/vxworks960.mt: Use REMOTE_OBS instead of REMOTE_O. start-sanitize-arc * config/arc/arc.mt: Ditto. end-sanitize-arc
9 lines
210 B
Mathematica
9 lines
210 B
Mathematica
# Target: AMD 29000 on EB29K board over a serial line
|
|
TDEPFILES= a29k-tdep.o remote-udi.o udip2soc.o udr.o udi2go32.o
|
|
TM_FILE= tm-a29k.h
|
|
|
|
# Disable standard remote support.
|
|
REMOTE_OBS=
|
|
|
|
MT_CFLAGS = $(HOST_IPC)
|