diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-04 23:51:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-04 23:51:25 +0000 |
commit | bc58fccd2991990f0eddc46ea0ef8adb2a1c150e (patch) | |
tree | bda0e720470c7b48d8fe4f38e090b70e5edc1ee2 /devel/ccache | |
parent | d05116099a0b401e95a6852e4230dbd9c8b5e26c (diff) | |
download | ports-bc58fccd2991990f0eddc46ea0ef8adb2a1c150e.tar.gz ports-bc58fccd2991990f0eddc46ea0ef8adb2a1c150e.zip |
- Add a note about reinstalling libtool15 when you change CC/CXX
- Add links to gcc/g++
Notes
Notes:
svn path=/head/; revision=123149
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 2 | ||||
-rw-r--r-- | devel/ccache/files/ccache-howto-freebsd.txt.in | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 159be12a1054..f8d6ca090fc7 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -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 diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in index 8d98984dd1b7..9e21b075276b 100644 --- a/devel/ccache/files/ccache-howto-freebsd.txt.in +++ b/devel/ccache/files/ccache-howto-freebsd.txt.in @@ -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. |