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" or something.
