summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authorgrant <grant>2004-05-09 00:04:14 +0000
committergrant <grant>2004-05-09 00:04:14 +0000
commitc5310c9be64469f747ba9684ecf9aebd5433d00f (patch)
treeff7eba154520713028455fd2139824c6546e1ba3 /mk/compiler.mk
parentb19847276671880f438f17bba0881256dff656cc (diff)
downloadpkgsrc-c5310c9be64469f747ba9684ecf9aebd5433d00f.tar.gz
add mipspro-ucode to _COMPILERS which was missed the first time.
Diffstat (limited to 'mk/compiler.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)