GDB isn't building on MIPS. Temporarily disable, to revisit soon.

This commit is contained in:
David E. O'Brien 2008-09-01 18:18:19 +00:00
parent 668dbd57c1
commit 5555bfc259

View File

@ -22,7 +22,11 @@ SUBDIR= bc \
send-pr \
sort \
${_texinfo}
.if ${MACHINE_ARCH} == "mips"
MK_GDB=no # not yet
.endif
.if ${MK_CXX} != "no"
_gperf= gperf
.if ${MK_GROFF} != "no"