scripts/crosstool.sh
changeset 1123 8c5881324a79
parent 1122 796d1143a1dc
child 1129 cf598d70f6ea
     1.1 --- a/scripts/crosstool.sh	Sun Jan 04 14:39:39 2009 +0000
     1.2 +++ b/scripts/crosstool.sh	Sun Jan 04 22:17:53 2009 +0000
     1.3 @@ -84,9 +84,6 @@
     1.4  CT_CC_CORE_EXTRA_CONFIG="${CT_ARCH_CC_CORE_EXTRA_CONFIG} ${CT_CC_CORE_EXTRA_CONFIG}"
     1.5  CT_CC_EXTRA_CONFIG="${CT_ARCH_CC_EXTRA_CONFIG} ${CT_CC_EXTRA_CONFIG}"
     1.6  
     1.7 -# Now, build up the variables from the user-configured options.
     1.8 -CT_LIBC_FILE="${CT_LIBC}-${CT_LIBC_VERSION}"
     1.9 -
    1.10  # Where will we work?
    1.11  : "${CT_WORK_DIR:=${CT_TOP_DIR}/targets}"
    1.12  CT_TARBALLS_DIR="${CT_WORK_DIR}/tarballs"
    1.13 @@ -108,11 +105,6 @@
    1.14      CT_Abort "I will stop here to avoid any carnage"
    1.15  fi
    1.16  
    1.17 -if [ -n "${CT_LOCAL_TARBALLS_DIR}" ]; then
    1.18 -    # Make absolute path, it so much easier!
    1.19 -    CT_LOCAL_TARBALLS_DIR=$(CT_MakeAbsolutePath "${CT_LOCAL_TARBALLS_DIR}")
    1.20 -fi
    1.21 -
    1.22  # If the local tarball directory does not exist, say so, and don't try to save there!
    1.23  if [ ! -d "${CT_LOCAL_TARBALLS_DIR}" ]; then
    1.24      CT_DoLog WARN "Directory '${CT_LOCAL_TARBALLS_DIR}' does not exist. Will not save downloaded tarballs to local storage."