add link to gcc40

Approved by:	pav (co mentor)
This commit is contained in:
Michael Johnson 2004-11-02 15:51:04 +00:00
parent 514ae66462
commit ee949e4616
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120645

View File

@ -31,7 +31,7 @@ PLIST_DIRS= libexec/ccache
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_COMPILER_LINKS)
GNU_COMPILERS= 295 33 34 35
GNU_COMPILERS= 295 33 34 35 40
CCACHE_COMPILERS= cc c++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${ARCH}=="i386"
CCACHE_COMPILERS+= icc icpc