021a5c6b01
* Makefile.in (udi2go32.o): add rule to build this file * 29k-share/udi/udi2go32.c: new file * config/a29k/a29k-udi.mt: add udi2go32.o * 29k-share/udi/{udr.c, udip2soc.c}: #ifdef out the entire file if __GO32__ is defined. What a hack.
7 lines
271 B
Mathematica
7 lines
271 B
Mathematica
# Target: AMD 29000 on EB29K board over a serial line.
|
|
TDEPFILES= exec.o a29k-pinsn.o remote-udi.o a29k-tdep.o udip2soc.o udr.o \
|
|
udi2go32.o
|
|
REMOTE_O=
|
|
TM_FILE= tm-a29k.h
|
|
# The following is for ../include/a.out.encap.h
|
|
MT_CFLAGS = -Da29k -DREMOTE -DAMD_COFF $(HOST_IPC)
|