From 78bd37a6aea5ca3a92f6e9f744e69bd5f97d3bb1 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sun, 2 May 1999 16:11:43 +0000 Subject: Enable gdb on the alpha. --- gnu/usr.bin/binutils/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 36bd4355ff598..bcdffd2f2e451 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -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 -- cgit v1.3