* config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):

Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
This commit is contained in:
Peter Schauer 1994-02-08 09:05:56 +00:00
parent ba47c66add
commit 4c1b6b07ea
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
# 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"