diff -r 9a567f354599 -r 87f25f1d25d0 scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Sun Mar 15 20:08:06 2009 +0000 +++ b/scripts/build/cc/gcc.sh Sun Mar 22 23:33:43 2009 +0000 @@ -220,6 +220,10 @@ CT_DoLog EXTRA "Installing ${mode} core C compiler" CT_DoExecLog ALL make ${install_rules} + # 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. + CT_DoExecLog ALL ln -sv "${CT_TARGET}"-gcc "${core_prefix_dir}/bin/${CT_TARGET}"-cc + CT_EndStep }