summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-09 18:55:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-09 18:55:35 (GMT)
commitd4bbd9ff116c57648275fc0064c34f673293c1af (patch)
tree526e13b8dce76a05d791cfd2ffcddcda8dd91a0f
parent56b73046a43a489387ebe4d05f3cf485dc0c1f32 (diff)
libfloat is a component by itself, not a sup-part of the C library.
-rw-r--r--scripts/build/libfloat.sh (renamed from scripts/build/libc_libfloat.sh)0
-rwxr-xr-xscripts/crosstool.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc_libfloat.sh b/scripts/build/libfloat.sh
index 70b95c2..70b95c2 100644
--- a/scripts/build/libc_libfloat.sh
+++ b/scripts/build/libfloat.sh
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index fd43da6..65476d7 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -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"