1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Add support for gcc41

This commit is contained in:
Michael Johnson 2005-10-03 01:58:24 +00:00
parent 66e6839af8
commit d3493a5657
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144025

View File

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