From fab441674dda0be6d44a709ed5ac821af7a706b5 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 9 May 2004 00:04:14 +0000 Subject: add mipspro-ucode to _COMPILERS which was missed the first time. --- mk/compiler.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/compiler.mk b/mk/compiler.mk index f1ed1999b83..1b7989f6ae3 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.30 2004/05/08 16:36:55 grant Exp $ +# $NetBSD: compiler.mk,v 1.31 2004/05/09 00:04:14 grant Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -101,7 +101,7 @@ PKGSRC_COMPILER?= mipspro PKGSRC_COMPILER?= gcc .endif -_COMPILERS= gcc mipspro sunpro +_COMPILERS= gcc mipspro mipspro-ucode sunpro _PSEUDO_COMPILERS= ccache distcc .if defined(NOT_FOR_COMPILER) && !empty(NOT_FOR_COMPILER) -- cgit v1.2.3