This hasn't been fully ported to the PowerPC yet.

This commit is contained in:
mycroft 1998-05-07 00:31:51 +00:00
parent 23d9d6e9b8
commit 6ce2d7641a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 1998/04/09 00:32:35 tv Exp $ # $NetBSD: Makefile,v 1.15 1998/05/07 00:31:51 mycroft Exp $
TOP= $(.CURDIR)/../.. TOP= $(.CURDIR)/../..
dist= $(TOP)/dist dist= $(TOP)/dist
@ -6,7 +6,7 @@ srcdir= $(dist)/gdb
.PATH: $(srcdir) .PATH: $(srcdir)
.if (${MACHINE_ARCH} != "arm32") # XXX arm32 doesn't use in-tree gdb yet .if (${MACHINE_ARCH} != "arm32") && (${MACHINE_ARCH} != "powerpc")
PROG= gdb PROG= gdb