From 7131764f9c93494f6b960b1d33d48508cc2f0512 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 30 Jul 2007 20:02:13 +0000 Subject: 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. --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index e74d8742..7c441327 100644 --- a/scripts/functions +++ b/scripts/functions @@ -416,7 +416,7 @@ CT_ExtractAndPatch() { esac # Snapshots might not have the version number in the extracted directory - # name. This is also the case for some (old) packages, such as libfloat. + # name. This is also the case for some (odd) packages, such as D.U.M.A. # Overcome this issue by symlink'ing the directory. if [ ! -d "${file}" -a "${libc_addon}" != "y" ]; then case "${ext}" in -- cgit v1.2.3