summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-09 00:04:14 +0000
committergrant <grant@pkgsrc.org>2004-05-09 00:04:14 +0000
commitfab441674dda0be6d44a709ed5ac821af7a706b5 (patch)
treeff7eba154520713028455fd2139824c6546e1ba3 /mk
parentf8cbf47c3e79287101fe790f80158f77340343ef (diff)
downloadpkgsrc-fab441674dda0be6d44a709ed5ac821af7a706b5.tar.gz
add mipspro-ucode to _COMPILERS which was missed the first time.
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)