| View previous topic :: View next topic |
| Author |
Message |
Panajev2001a
Joined: 20 Aug 2005 Posts: 100
|
Posted: Mon Aug 29, 2005 2:40 pm Post subject: Is ccache safe to be used with psp-gcc and psp-g++ ? |
|
|
I compiled cache on Cygwin (not cross-compiled since it runs on this PC and not PS2) and have this in my Makefile after build.mak is included:
CC = ccache psp-gcc
CXX = ccache psp-g++
I am not using ccache for AS and LD though: ccache -s still reports to be used for non C/C++ files and being called for linking, but I do not think it should be a problem.
I have been using ccache for a long time with PS2Linux's GCC 2.95.2, but never with GCC 4.0.1 not to mention one patched to generate ALLEGREX compatible/optimized code ;). |
|
| Back to top |
|
 |
rinco
Joined: 21 Jan 2005 Posts: 255 Location: Canberra, Australia
|
Posted: Mon Aug 29, 2005 3:31 pm Post subject: |
|
|
I've had no problems with ccache... or distcc.
There is no need to specify it in the makefile. Just override CC and CXX when running make. |
|
| Back to top |
|
 |
|