skip gdb if ${MACHINE_ARCH} == "sh3"
This commit is contained in:
parent
6bba0f3f4a
commit
47956fff3f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.90 1999/11/17 02:52:29 matt Exp $
|
||||
# $NetBSD: Makefile,v 1.91 2000/01/02 11:20:51 msaitoh Exp $
|
||||
|
||||
# for OBJECT_FMT
|
||||
.include <bsd.own.mk>
|
||||
@ -7,6 +7,7 @@ SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep gprof groff
|
||||
SUBDIR+= gzip ld.new rcs sdiff send-pr sort tar texinfo
|
||||
|
||||
.if (${MACHINE_ARCH} != "powerpc") && \
|
||||
(${MACHINE_ARCH} != "sh3") && \
|
||||
(${MACHINE_ARCH} != "sparc64")
|
||||
SUBDIR+= gdb
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user