summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler.mk4
1 files changed, 2 insertions, 2 deletions
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)