summaryrefslogtreecommitdiff
path: root/scripts/build/binutils.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-30 20:02:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-30 20:02:13 (GMT)
commit7131764f9c93494f6b960b1d33d48508cc2f0512 (patch)
tree27bdca72d92e247883e56e08f830a7d675ccb91f /scripts/build/binutils.sh
parent20e08ffa90f139fb977bf2d65e989853626210e8 (diff)
Remove any reference to libfloat. That has gone once and for all.
Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
Diffstat (limited to 'scripts/build/binutils.sh')
-rw-r--r--scripts/build/binutils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh
index cb10374..22be840 100644
--- a/scripts/build/binutils.sh
+++ b/scripts/build/binutils.sh
@@ -45,7 +45,7 @@ do_binutils() {
# Make those new tools available to the core C compilers to come:
# Note: some components want the ${TARGET}-{ar,as,ld,strip} commands as
- # well. Create that (libfloat is one such sucker).
+ # well. Create that.
mkdir -p "${CT_CC_CORE_STATIC_PREFIX_DIR}/${CT_TARGET}/bin"
mkdir -p "${CT_CC_CORE_STATIC_PREFIX_DIR}/bin"
mkdir -p "${CT_CC_CORE_SHARED_PREFIX_DIR}/${CT_TARGET}/bin"