libfloat is a component by itself, not a sup-part of the C library.

This commit is contained in:
Yann E. MORIN" 2007-05-09 18:55:35 +00:00
parent 56b73046a4
commit d4bbd9ff11
2 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ CT_EndStep
# export any variable, nor re-parse the configuration and functions files.
. "${CT_TOP_DIR}/scripts/build/kernel_${CT_KERNEL}.sh"
. "${CT_TOP_DIR}/scripts/build/binutils.sh"
. "${CT_TOP_DIR}/scripts/build/libc_libfloat.sh"
. "${CT_TOP_DIR}/scripts/build/libfloat.sh"
. "${CT_TOP_DIR}/scripts/build/libc_${CT_LIBC}.sh"
. "${CT_TOP_DIR}/scripts/build/cc_core_${CT_CC_CORE}.sh"
. "${CT_TOP_DIR}/scripts/build/cc_${CT_CC}.sh"