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:
parent
66e6839af8
commit
d3493a5657
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144025
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user