diff -r 9a567f354599 -r 877d3d97f806 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 22:46:35 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 }