scripts/build/cc_gcc.sh
2008-08-07 Add a new config knob for gcc: usage of SJLJ to handle exceptions.
2008-08-07 Fix building core C compiler.
2008-08-04 Make gcc-4.3.x able to compile uClibc (snapshot only).
2008-07-27 Backport #878 from trunk:
2008-07-27 Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64):
2008-07-26 Build a little bit more of gcc in //.
2008-07-24 Make gcc-4.3.x build.
2008-07-14 Use CT_DoExecLog when building gcc.
2008-07-13 Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and MPFR were not used by gcc.
2008-06-27 Do al ittle bit more jobs in parallel while building gcc.
2008-06-19 Backport #697 from trunk:
2008-06-17 Change the log level of a core gcc build message (headers copy), from EXTRA to DEBUG.
2008-06-15 Better install the libraries improperly installed by gcc in prefix/target/lib instead of sysroot/usr/lib.
2008-06-09 Add support for the up-coming gcc-4.3.
2008-05-25 Fix building big-endian ARM EABI toolchains (build-tested only).
2008-05-24 Multilib is gone, so don't use it when building gcc.
2008-05-22 Backport #661 from trunk:
2008-05-22 Improve handling of __cxa_atexit by Arnaud Vrac <rawoul at zogzog dot org>.
2008-05-20 Get rid of all `command` (which is a bashism), and replace them with $(command), which is POSIX.
2008-05-14 Sanitise and use CT_CC_NATIVE.
2008-05-03 Some people are reposrting that ftp does not work on their network, probably due to proxies, while http does work.
2008-04-30 Merge the fortran stuff to trunk now it works!
2008-04-28 Be alittle less verbose in the core CC pass 1 & 2.
2008-01-16 Move improperly installed gcc libraries to the sysroot.
2007-09-16 ARM EABI is now working for little endian ARM targets.
2007-09-16 Revert multilib handling. Even if we don't do multilib, we need to at least
2007-09-15 Further improve the architecture-specific framework.
2007-09-02 Print a log message when entering/leaving the two core compiler passes.
2007-08-15 Get rid of the core cc selection. It is now the same as the final compiler.
2007-07-12 Fix linking target-cc to target-gcc.
2007-07-11 Change the target-cc link from soft to hard. This way, there's no soft link in this directory.
2007-07-08 Add a utility to populate a root directory with libraries from the toolchain.
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-05-24 We need to build libiberty before gcc only in the canadian case, not the opposite.
2007-05-08 Huge fixes to glibc build, so that we can build at least (and at last):
2007-05-07 Merge the save-sample branch to trunk:
2007-05-01 Some little cosmetics in final compiler.
2007-04-23 Fixed a non-fatal bug in a sed expression.
2007-04-21 Merge first shot from the MIPS branch.
2007-03-21 Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for those C libraries with no support (old uClibc).
2007-02-24 Add the full crosstool-NG sources to the new repository of its own.