scripts/build/libc_glibc.sh
2008-05-20 Get rid of all `command` (which is a bashism), and replace them with $(command), which is POSIX.
2008-05-11 Improve a comment in code.
2008-05-03 Some people are reposrting that ftp does not work on their network, probably due to proxies, while http does work.
2008-05-02 Fix testing glibc versions for -pipe.
2008-05-02 Comment more a mis-leading comment in the glibc build procedure.
2007-11-02 Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, bootstrap cross-compiler when installing glibc headers.
2007-09-15 Further improve the architecture-specific framework.
2007-09-14 Migrate all supported architectures to use the architecture-specific framework.
2007-08-15 Warn when using -pipe with glibc>=2.6.
2007-08-15 Get rid of the core cc selection. It is now the same as the final compiler.
2007-08-12 Don't use -pipe when building glibc>=2.6: ./configure chokes on it.
2007-08-03 A little cleanup in the glibc's pthread headers install.
2007-07-22 Fix installing a glibc header for those archs that are in ports.
2007-07-07 Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "foobar was not found in /bin:/usr/bin:...." directly on stderr)
2007-06-16 Fix printing components' file names.
2007-06-16 Add a function to print each component's filename: this eases building the tarball of the generated toolchain.
2007-06-02 scripts/build/libc_glibc.sh:
2007-05-27 Merge the NPTL stuff.
2007-05-08 Huge fixes to glibc build, so that we can build at least (and at last):
2007-05-08 Bah. Be silent when there is nothing to do: glibc has no config (file) to check.
2007-05-07 Fix glibc and uClibc downloading and extracting.
2007-05-07 Merge the save-sample branch to trunk:
2007-02-24 Add the full crosstool-NG sources to the new repository of its own.