On Mon, Mar 2, 2009 at 2:05 AM, Timo Juhani Lindfors <[email protected]> wrote: > Nelson Castillo <[email protected]> writes: >> + export CROSS_COMPILE="$CCACHE >> /usr/local/openmoko/arm/bin/arm-angstrom-linux-gnueabi-" > > This will make it impossible to use ccache with normal debian > cross-compiler. Please > > $CROSS_COMPILE="$CCACHE $CROSS_COMPILE"
This is only useful when we use the hard-coded cross-compiler. We would have to be way too clever to modify an user-supplied $CROSS_COMPILE thus we leave it untouched anyway. Am I missing something?
