summaryrefslogtreecommitdiff
path: root/scripts/build/cc_gcc.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-11 14:51:38 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-11 14:51:38 (GMT)
commitc818d161bffa036aaeb7d172baa3e6e5d14f5165 (patch)
treef0ab61a91000ce9e57af1a365f67f34cb661a9c4 /scripts/build/cc_gcc.sh
parent4707ea0357ff071617f0f6b154bf73eee3d696d6 (diff)
Change the target-cc link from soft to hard. This way, there's no soft link in this directory.
Diffstat (limited to 'scripts/build/cc_gcc.sh')
-rw-r--r--scripts/build/cc_gcc.sh2
1 files changed, 1 insertions, 1 deletions
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
}