78e063b198
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.
9 lines
327 B
Mathematica
9 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"
|