scripts/build/cc/gcc.sh
2010-06-13 cc/gcc: fix headers copy for core static
2010-06-17 cc/gcc: add option do disable PCH
2010-06-13 cc/gcc: baremetal requires a two-pass process
2010-06-13 cc/gcc: store core build rules in an array
2010-06-13 cc/gcc: implement default for core options
2010-06-13 cc/gcc: fix headers copy for core static
2010-05-24 cc/gcc: Make usage of --enable-target-optspace configurable
2010-04-20 cc/gcc: fix cc symlink when executables have an extension
2010-04-09 cc/gcc: use proper host compiler for canadian bare-metal
2010-04-20 cc/gcc: allow building a canadian bare-metal compiler
2010-04-20 cc/gcc: fix cc symlink when executables have an extension
2010-04-15 cc/gcc: add support for 4.5.0 or later versions
2010-04-11 scripts/functions: make CT_Patch dumber
2010-04-09 cc/gcc: add bugurl and compiler version to core gcc compiler
2010-04-11 complibs: don't install in toolchain dir when built as static
2010-04-11 complibs: allow either static or shared build
2010-04-10 complibs: build static libraries
2010-04-07 cc/gcc: fix thread-less final gcc build
2010-04-07 cc/gcc: fix recent gcc build
2010-03-05 cc/gcc: fix use of companion libraries
2010-02-17 complibs: split-up selection for individual libs
2009-08-19 Allow setting --enable-cxx-flags on gcc ./configure
2009-08-19 Make gcc's extra_config an array containing ./configure options
2009-06-26 Add support code for the canadian-cross case.
2009-05-27 /devel/gcc-4.4:
2009-05-25 /devel/gcc-4.4:
2009-04-19 Update the newlib devel branch with stuf from /trunk.
2009-03-22 Also install a CT_TARGET-cc -> CT_TARGET-gcc symlink for the core gcc.
2009-03-26 Merge r1432:1437 from /branches/newlib into /trunk :
2009-03-26 Add support for building toolchains with gcc-4.4 snapshots.
2009-03-15 Do not copy ecj.jar when it's not required.
2009-01-28 Add a missing line continuation '\' in the gcc retrieval function.
2009-01-27 Backpot @1279 from /trunk:
2009-01-27 The gcc team seems to no longer make releases available at the ftp.gnu.org site, but only on mirrors. Add such a mirror to the list of retrieval sites.
2009-01-06 Add the Eclipse Java Compiler to be able to compile Java.
2009-01-05 Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:
2009-01-04 Get rid of CT_CC_FILE.
2009-01-03 Get rid of all stuff related to building a /delivery' traball:
2009-01-03 Remove spurious line in gcc script (probably a bad copy-paste with the mouse...).
2008-12-24 Enable C++ for baremetal.
2008-11-13 Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:
2008-10-28 Make a relative symlink from ${CT_TARGET}-cc to ${CT_TARGET}-gcc.
2008-09-30 Better handle the second pass core gcc build, differentiating between gcc prior to 4.3 with gcc from 4.3.
2008-09-29 Restore the ability to build gcc older than 4.3. At last!
2008-09-14 Introduce a new EXPERIMENTAL feature: BARE_METAL.