summaryrefslogtreecommitdiff
path: root/scripts/build/libfloat.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"1-72/+0
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.
2007-06-16Fix printing components' file names.Yann E. MORIN"1-1/+1
2007-06-16Add a function to print each component's filename: this eases building the ↵Yann E. MORIN"1-1/+8
tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball.
2007-05-27Fix libfloat when calling the compiler:Yann E. MORIN"1-5/+4
- when not compiling NPTL, the shared core C compiler does not exist, - PATH arranges for the shared core C compiler to be found before the static one, so no need to force it.
2007-05-27Merge the NPTL stuff.Yann E. MORIN"1-3/+3
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
2007-05-19Add uClibc-0.9.29:Yann E. MORIN"1-1/+1
- associated patch set - update the munging function to accomodate the new config variables libfloat version was missing from the previous commit... :-( Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
2007-05-19Correctly handle the libfloat case: download, extract and patch sub-actions.Yann E. MORIN"1-20/+13
Small improvement in messages in scipts/functions when retrieving a file.
2007-05-09libfloat is a component by itself, not a sup-part of the C library.Yann E. MORIN"1-0/+73