Lines 1-7
Link Here
|
1 |
Ccache has installed links for the following compilers |
|
|
2 |
%%CCACHE_COMPILERS%% |
3 |
in %%PREFIX%%/%%CCLINKDIR%% |
4 |
|
5 |
To use ccache add the following to /etc/make.conf |
1 |
To use ccache add the following to /etc/make.conf |
6 |
|
2 |
|
7 |
.if !defined(NOCCACHE) |
3 |
.if !defined(NOCCACHE) |
Lines 16-20
Link Here
|
16 |
add %%PREFIX%%/%%CCLINKDIR%% to your PATH |
12 |
add %%PREFIX%%/%%CCLINKDIR%% to your PATH |
17 |
and make sure it is before %%LOCALBASE%%/bin |
13 |
and make sure it is before %%LOCALBASE%%/bin |
18 |
|
14 |
|
|
|
15 |
Ccache has installed links for the following compilers |
16 |
%%CCACHE_COMPILERS%% |
17 |
in %%PREFIX%%/%%CCLINKDIR%% |
18 |
|
19 |
Please make sure you have the compiler installed |
19 |
Please make sure you have the compiler installed |
20 |
before you do this or it will not work!! |
20 |
you need before you do this or your build will |
|
|
21 |
fail because it will not be able to find the compiler. |