summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-12 08:46:50 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-12 08:46:50 (GMT)
commit429be50c73179ca2d14fae8ca61fb6432002c206 (patch)
treefa5e53cc418796e3119449367b42b9bcbf841b4b /scripts/build
parenta140410cfa39c639d6140833857ef88c86d585b6 (diff)
Fix linking target-cc to target-gcc.
Diffstat (limited to 'scripts/build')
-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 b08b64b..7421cc5 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 "${CT_TARGET}-gcc" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-cc"
+ ln "${CT_PREFIX_DIR}/bin/${CT_TARGET}"-{g,}cc
CT_EndStep
}