diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-05 07:51:25 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-05 07:51:25 +0800 |
commit | e08d459e4ba45cc1cc82670b74a53d54a316f27b (patch) | |
tree | e85fcc9dff7525150d23bc36dd369fd7e34679ce /devel/ccache | |
parent | e32384a477d97ef5c0122fe1e5a94656e3a98f70 (diff) | |
download | freebsd-ports-gnome-e08d459e4ba45cc1cc82670b74a53d54a316f27b.tar.gz freebsd-ports-gnome-e08d459e4ba45cc1cc82670b74a53d54a316f27b.tar.zst freebsd-ports-gnome-e08d459e4ba45cc1cc82670b74a53d54a316f27b.zip |
- Add a note about reinstalling libtool15 when you change CC/CXX
- Add links to gcc/g++
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. |