1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Add a note about reinstalling libtool15 when you change CC/CXX

- Add links to gcc/g++
This commit is contained in:
Michael Johnson 2004-12-04 23:51:25 +00:00
parent d05116099a
commit bc58fccd29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123149
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -51,3 +51,6 @@ in %%PREFIX%%/%%CCLINKDIR%%
!!! WARNING !!!
Please make sure you have the compiler installed before you do this or your
build will fail because it will not be able to find the compiler.
Any time you change CC/CXX you need to reinstall devel/libtool15 or you
will run in to problems.