Enable gdb on the alpha.

This commit is contained in:
Doug Rabson 1999-05-02 16:11:43 +00:00
parent f36fcbd258
commit 78bd37a6ae

View File

@ -1,13 +1,14 @@
#
# $Id: Makefile,v 1.5 1999/04/18 10:25:57 obrien Exp $
# $Id: Makefile,v 1.6 1999/05/02 11:38:12 dfr Exp $
#
SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as ld nm objcopy objdump ranlib \
size strings strip doc
# Short term measure until I can get CVS to resurrect a file for alpha.
.if ${MACHINE_ARCH} == "i386"
# Maybe should be unconditional but I don't want to get in the
# way of the mips port.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
SUBDIR+= gdb
.endif