aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/libfloat.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix printing components' file names.Yann E. MORIN"2007-06-161-1/+1
|
* Add a function to print each component's filename: this eases building the ↵Yann E. MORIN"2007-06-161-1/+8
| | | | | | tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball.
* Fix libfloat when calling the compiler:Yann E. MORIN"2007-05-271-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.
* Merge the NPTL stuff.Yann E. MORIN"2007-05-271-3/+3
| | | | That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
* Add uClibc-0.9.29:Yann E. MORIN"2007-05-191-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.
* Correctly handle the libfloat case: download, extract and patch sub-actions.Yann E. MORIN"2007-05-191-20/+13
| | | | Small improvement in messages in scipts/functions when retrieving a file.
* libfloat is a component by itself, not a sup-part of the C library.Yann E. MORIN"2007-05-091-0/+73