diff -r e78c0b2bc057 -r af2745972e3f scripts/build/cc_gcc.sh --- a/scripts/build/cc_gcc.sh Sat Jun 16 21:44:45 2007 +0000 +++ b/scripts/build/cc_gcc.sh Sun Jul 08 17:44:59 2007 +0000 @@ -137,5 +137,9 @@ # ;; #esac + # Create a symlink ${CT_TARGET}-cc to ${CT_TARGET}-gcc to always be able + # to call the C compiler with the same, somewhat canonical name. + ln -s "${CT_TARGET}-gcc" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-cc" + CT_EndStep }