This hasn't been fully ported to the PowerPC yet.
This commit is contained in:
parent
23d9d6e9b8
commit
6ce2d7641a
|
@ -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)/../..
|
||||
dist= $(TOP)/dist
|
||||
|
@ -6,7 +6,7 @@ srcdir= $(dist)/gdb
|
|||
|
||||
.PATH: $(srcdir)
|
||||
|
||||
.if (${MACHINE_ARCH} != "arm32") # XXX arm32 doesn't use in-tree gdb yet
|
||||
.if (${MACHINE_ARCH} != "arm32") && (${MACHINE_ARCH} != "powerpc")
|
||||
|
||||
PROG= gdb
|
||||
|
||||
|
|
Loading…
Reference in New Issue