scripts/crosstool.sh
changeset 305 00a7e6c275da
parent 290 37e0b2562753
child 315 32cc893978ac
     1.1 --- a/scripts/crosstool.sh	Mon Jul 23 19:49:35 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Mon Jul 30 20:02:13 2007 +0000
     1.3 @@ -90,7 +90,6 @@
     1.4  CT_CC_CORE_FILE="${CT_CC_CORE}-${CT_CC_CORE_VERSION}"
     1.5  CT_CC_FILE="${CT_CC}-${CT_CC_VERSION}"
     1.6  CT_LIBC_FILE="${CT_LIBC}-${CT_LIBC_VERSION}"
     1.7 -CT_LIBFLOAT_FILE="libfloat-${CT_LIBFLOAT_VERSION}"
     1.8  
     1.9  # Where will we work?
    1.10  CT_TARBALLS_DIR="${CT_TOP_DIR}/targets/tarballs"
    1.11 @@ -345,7 +344,6 @@
    1.12  # export any variable, nor re-parse the configuration and functions files.
    1.13  . "${CT_LIB_DIR}/scripts/build/kernel_${CT_KERNEL}.sh"
    1.14  . "${CT_LIB_DIR}/scripts/build/binutils.sh"
    1.15 -. "${CT_LIB_DIR}/scripts/build/libfloat.sh"
    1.16  . "${CT_LIB_DIR}/scripts/build/libc_${CT_LIBC}.sh"
    1.17  . "${CT_LIB_DIR}/scripts/build/cc_core_${CT_CC_CORE}.sh"
    1.18  . "${CT_LIB_DIR}/scripts/build/cc_${CT_CC}.sh"
    1.19 @@ -357,7 +355,6 @@
    1.20      do_kernel_get
    1.21      do_binutils_get
    1.22      do_cc_core_get
    1.23 -    do_libfloat_get
    1.24      do_libc_get
    1.25      do_cc_get
    1.26      do_tools_get
    1.27 @@ -373,7 +370,6 @@
    1.28          do_kernel_extract
    1.29          do_binutils_extract
    1.30          do_cc_core_extract
    1.31 -        do_libfloat_extract
    1.32          do_libc_extract
    1.33          do_cc_extract
    1.34          do_tools_extract
    1.35 @@ -396,7 +392,6 @@
    1.36                  libc_headers            \
    1.37                  libc_start_files        \
    1.38                  cc_core_pass_2          \
    1.39 -                libfloat                \
    1.40                  libc                    \
    1.41                  cc                      \
    1.42                  libc_finish             \