diff -r 71093c57780d -r 835178a32fc1 scripts/crosstool.sh --- a/scripts/crosstool.sh Tue Jul 17 21:38:35 2007 +0000 +++ b/scripts/crosstool.sh Tue Jul 17 21:44:33 2007 +0000 @@ -443,7 +443,7 @@ for t in "${CT_TARGET}-"*; do _t="`echo \"$t\" |sed -r -e 's/^'\"${CT_TARGET}\"'-/'\"${CT_TARGET_ALIAS}\"'-/;'`" CT_DoLog DEBUG "Linking \"${_t}\" -> \"${t}\"" - ln -s "${t}" "${_t}" + ln -sv "${t}" "${_t}" 2>&1 |CT_DoLog DEBUG done CT_Popd fi