diff options
author | wiz <wiz@pkgsrc.org> | 2011-11-28 16:50:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-11-28 16:50:18 +0000 |
commit | 2efaed20bfb88e0512871f60e95266638f858cbc (patch) | |
tree | 931d2b9384e3d336a5686b4e7632c737920eafac /pkgtools | |
parent | 21c166f8dcfd2e39a630fd7e0b9df34e38fba692 (diff) | |
download | pkgsrc-2efaed20bfb88e0512871f60e95266638f858cbc.tar.gz |
Sync NOT_FOR_COMPILER list with supported compiler list.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index dd5fae86c03..ae4cebb6ec9 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.215 2011/11/26 18:38:05 ryoon Exp $ +# $NetBSD: makevars.map,v 1.216 2011/11/28 16:50:18 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -475,7 +475,7 @@ MYSQL_VERSIONS_ACCEPTED List of { 40 41 50 51 55 } [m:s] MYSQL_VERSION_DEFAULT Version [$user] NM ShellCommand [$system] NONBINMODE FileMode [$system] -NOT_FOR_COMPILER List of { ccc gcc icc ido mipspro mipspro-ucode sunpro xlc } [$package] +NOT_FOR_COMPILER List of { ccache ccc clang distcc f2c gcc icc hp ido mipspro mipspro-ucode pcc sunpro xlc } [$package] NOT_FOR_PLATFORM InternalList of PlatformTriple [$package_list] NOT_FOR_UNPRIVILEGED YesNo [$package] NO_BIN_ON_CDROM Restricted [m:s,c:s] |