diff options
author | reed <reed@pkgsrc.org> | 2004-05-12 21:49:39 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-12 21:49:39 +0000 |
commit | 5adcc6fc9ecc63417e8e9c41c83eb3e88fe47242 (patch) | |
tree | c834becd331a8bfd550be2e4d0caf8d211b93109 /mk/compiler.mk | |
parent | 10bc0c9d01d2aa5890efac61efcbb534e61d2bbd (diff) | |
download | pkgsrc-5adcc6fc9ecc63417e8e9c41c83eb3e88fe47242.tar.gz |
Change date of when deprecated USE_GCC2, USE_GCC3, USE_PKGSRC_GCC,
USE_SUNPRO, USE_MIPSPRO variables would be removed. (According
to jlam@.)
mk/compiler.mk CVS:
----------------------------------------------------------------------
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r-- | mk/compiler.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk index 1b7989f6ae3..5fd429651da 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.31 2004/05/09 00:04:14 grant Exp $ +# $NetBSD: compiler.mk,v 1.32 2004/05/12 21:49:39 reed Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -82,7 +82,7 @@ USE_LANGUAGES?= c c++ USE_LANGUAGES?= c # Support some deprecated variables for a while. They'll be removed -# after the pkgsrc-2004Q1 branch is cut. +# after the pkgsrc-2004Q2 branch is cut. # .if defined(USE_GCC2) GCC_REQD+= 2.8.0 |