# HG changeset patch # User "Yann E. MORIN" # Date 1237761995 0 # Node ID 877d3d97f806f47c5482facfd30d6511e2c45335 # Parent 07bc5731a0377b2e50210db2754d0e7a55030faa Also install a CT_TARGET-cc -> CT_TARGET-gcc symlink for the core gcc. /branches/newlib/scripts/build/cc/gcc.sh | 4 4 0 0 ++++ 1 file changed, 4 insertions(+) diff -r 07bc5731a037 -r 877d3d97f806 scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Sun Mar 22 22:45:52 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 }