Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tools/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tools/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- src/tools/Makefile 2003/10/21 10:01:22 1.73 +++ src/tools/Makefile 2003/10/26 01:06:27 1.74 @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.73 2003/10/21 10:01:22 lukem Exp $ +# $NetBSD: Makefile,v 1.74 2003/10/26 01:06:27 cl Exp $ .include .if ${TOOLCHAIN_MISSING} != "yes" . if ${USE_TOOLS_TOOLCHAIN} != "yes" TOOLCHAIN_BITS= binutils .WAIT gcc +. if ${MKCROSSGDB:Uno} != "no" +TOOLCHAIN_BITS+= gdb +. endif . else TOOLCHAIN_BITS= toolchain . endif