From c818d161bffa036aaeb7d172baa3e6e5d14f5165 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 11 Jul 2007 14:51:38 +0000 Subject: Change the target-cc link from soft to hard. This way, there's no soft link in this directory. diff --git a/scripts/build/cc_gcc.sh b/scripts/build/cc_gcc.sh index bbb7e37..b08b64b 100644 --- a/scripts/build/cc_gcc.sh +++ b/scripts/build/cc_gcc.sh @@ -139,7 +139,7 @@ do_cc() { # 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" + ln "${CT_TARGET}-gcc" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-cc" CT_EndStep } -- cgit v0.10.2-6-g49f6