From 1a39c79ce0aa29aa14db8a450a4ac4f989d997b5 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 1 Sep 2008 18:18:19 +0000 Subject: GDB isn't building on MIPS. Temporarily disable, to revisit soon. --- gnu/usr.bin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 10f2300..041ed19 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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" -- cgit v1.1