pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk add mipspro-ucode to _COMPILERS which was missed th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/053f51966d27
branches:  trunk
changeset: 475016:053f51966d27
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 09 00:04:14 2004 +0000

description:
add mipspro-ucode to _COMPILERS which was missed the first time.

diffstat:

 mk/compiler.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a4117acb147 -r 053f51966d27 mk/compiler.mk
--- a/mk/compiler.mk    Sat May 08 23:46:20 2004 +0000
+++ b/mk/compiler.mk    Sun May 09 00:04:14 2004 +0000
@@ -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?=      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)



Home | Main Index | Thread Index | Old Index