old-cross-binutils/gdb/config/alpha/alpha-osf1.mt
Peter Schauer 78e063b198 * alpha-nat.c, alpha-tdep.c, config/alpha/alpha-osf1.mt,
config/alpha/nm-alpha.h, config/alpha/tm-alpha.h, osfsolib.c:
	New files.
	* Makefile.in:  Add new files and dependencies.
	* configure.in:  Add alpha target.
	* config/alpha/alpha-osf1.mh (NATDEPFILES):  Add osfsolib.o
	* config/alpha/alpha-osf1.mh (MH_CFLAGS):  Remove, we can handle
	shared libraries now.
	* config/alpha/xm-alpha.h:  Cleanup, get MAKEVA_* defines right.
1993-10-05 19:25:43 +00:00

8 lines
327 B
Mathematica

# Target: Little-endian Alpha
TDEPFILES= alpha-tdep.o exec.o
TM_FILE= tm-alpha.h
#
# Can't define this in tm.h because defs.h uses it before including tm.h
# FIXME: Needs to be at least 64-bits (LONGEST for e.g. 386 x alpha), but
# CORE_ADDR is typedef'd before LONGEST is defined.
MT_CFLAGS = -DCORE_ADDR_TYPE="unsigned long"