scripts/crosstool-NG.sh.in
changeset 2564 5d4e91c0343e
parent 2550 1ebc2248cc60
child 2595 d6b2354d9d17
child 2655 3ba359965eb0
     1.1 --- a/scripts/crosstool-NG.sh.in	Tue Jul 12 23:52:24 2011 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Sun Jul 17 16:53:40 2011 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  . .config.2
     1.5  # Yes! We can do full logging from now on!
     1.6  
     1.7 -# Overide the locale early, in case we ever translate crosstool-NG messages
     1.8 +# Override the locale early, in case we ever translate crosstool-NG messages
     1.9  if [ -z "${CT_NO_OVERIDE_LC_MESSAGES}" ]; then
    1.10      export LC_ALL=C
    1.11      export LANG=C
    1.12 @@ -79,12 +79,12 @@
    1.13  # Check the user is using an existing SHELL to be used by ./configure and Makefiles
    1.14  CT_TestOrAbort "The CONFIG_SHELL '${CT_CONFIG_SHELL}' (${CT_SHELL}) is not valid" -f "${CT_SHELL}" -a -x "${CT_SHELL}"
    1.15  
    1.16 -# Create the bin-overide early
    1.17 +# Create the bin-override early
    1.18  # Contains symlinks to the tools found by ./configure
    1.19  # Note: CT_DoLog and CT_DoExecLog do not use any of those tool, so
    1.20  # they can be safely used
    1.21  CT_TOOLS_OVERIDE_DIR="${CT_WORK_DIR}/tools"
    1.22 -CT_DoLog DEBUG "Creating bin-overide for tools in '${CT_TOOLS_OVERIDE_DIR}'"
    1.23 +CT_DoLog DEBUG "Creating bin-override for tools in '${CT_TOOLS_OVERIDE_DIR}'"
    1.24  CT_DoExecLog DEBUG mkdir -p "${CT_TOOLS_OVERIDE_DIR}/bin"
    1.25  cat "${CT_LIB_DIR}/paths.mk" |while read trash line; do
    1.26      tool="${line%%=*}"