aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/cc
Commit message (Expand)AuthorAgeFilesLines
* cc/gcc: add option to compile against static libstdc++, for gcc-4.4 and newerJohannes Stezenbach2010-07-291-4/+10
* cc/gcc: add option to enable/disable libmudflapYann E. MORIN"2010-07-281-0/+6
* cc/gcc: make sjlj config option a tristateYann E. MORIN"2010-07-281-2/+5
* complibs: fix using static companion librariesBart vdr. Meulen2010-07-191-1/+1
* kernel: add mingwYann E. MORIN"2010-07-111-1/+8
* cc/gcc: gcc-4.4 does not use MPCYann E. MORIN"2010-07-101-6/+6
* cc/gcc: add option do disable PCHYann E. MORIN"2010-06-171-0/+3
* cc/gcc: baremetal requires a two-pass processYann E. MORIN"2010-06-131-4/+12
* cc/gcc: store core build rules in an arrayYann E. MORIN"2010-06-131-8/+6
* cc/gcc: implement default for core optionsYann E. MORIN"2010-06-131-14/+15
* cc/gcc: fix headers copy for core staticYann E. MORIN"2010-06-131-2/+1
* cc/gcc: Make usage of --enable-target-optspace configurableTitus von Boxberg2010-05-241-2/+8
* cc/gcc: use proper host compiler for canadian bare-metalRemy Bohmer2010-04-091-1/+13
* cc/gcc: allow building a canadian bare-metal compilerBart vdr. Meulen2010-04-201-19/+10
* cc/gcc: fix cc symlink when executables have an extensionYann E. MORIN"2010-04-201-2/+8
* cc/gcc: add support for 4.5.0 or later versionsYann E. MORIN"2010-04-151-0/+6
* scripts/functions: make CT_Patch dumberYann E. MORIN"2010-04-111-1/+1
* cc/gcc: add bugurl and compiler version to core gcc compilerRemy Bohmer2010-04-091-0/+4
* complibs: don't install in toolchain dir when built as staticYann E. MORIN"2010-04-111-24/+24
* complibs: allow either static or shared buildYann E. MORIN"2010-04-111-2/+18
* complibs: build static librariesYann E. MORIN"2010-04-101-0/+2
* cc/gcc: fix thread-less final gcc buildArnaud Lacombe2010-04-071-1/+9
* cc/gcc: fix recent gcc buildArnaud Lacombe2010-04-071-4/+4
* cc/gcc: fix use of companion librariesYann E. MORIN"2010-03-051-10/+18
* complibs: split-up selection for individual libsYann E. MORIN"2010-02-171-18/+10
* Allow setting --enable-cxx-flags on gcc ./configureYann E. MORIN"2009-08-191-0/+3
* Make gcc's extra_config an array containing ./configure optionsYann E. MORIN"2009-08-191-41/+50
* Add support code for the canadian-cross case.Bart van der Meulen2009-06-261-0/+8
* /devel/gcc-4.4:Yann E. MORIN"2009-05-271-2/+18
* /devel/gcc-4.4:Yann E. MORIN"2009-05-251-20/+13
* Merge r1432:1437 from /branches/newlib into /trunk :Yann E. MORIN"2009-03-261-0/+4
* Add support for building toolchains with gcc-4.4 snapshots.Yann E. MORIN"2009-03-261-12/+22
* Do not copy ecj.jar when it's not required.Yann E. MORIN"2009-03-151-1/+3
* Add a missing line continuation '\' in the gcc retrieval function.Yann E. MORIN"2009-01-281-1/+1
* The gcc team seems to no longer make releases available at the ftp.gnu.org si...Yann E. MORIN"2009-01-271-0/+1
* Add the Eclipse Java Compiler to be able to compile Java.Yann E. MORIN"2009-01-061-0/+12
* Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:Yann E. MORIN"2009-01-051-1/+2
* Get rid of CT_CC_FILE.Yann E. MORIN"2009-01-041-26/+26
* Get rid of all stuff related to building a /delivery' traball:Yann E. MORIN"2009-01-031-5/+0
* Remove spurious line in gcc script (probably a bad copy-paste with the mouse....Yann E. MORIN"2009-01-031-1/+0
* Enable C++ for baremetal.Yann E. MORIN"2008-12-241-2/+5
* Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:Yann E. MORIN"2008-11-131-5/+6
* Make a relative symlink from ${CT_TARGET}-cc to ${CT_TARGET}-gcc.Yann E. MORIN"2008-10-281-1/+1
* Better handle the second pass core gcc build, differentiating between gcc pri...Yann E. MORIN"2008-09-301-9/+13
* Restore the ability to build gcc older than 4.3. At last!Yann E. MORIN"2008-09-291-1/+1
* Introduce a new EXPERIMENTAL feature: BARE_METAL.Yann E. MORIN"2008-09-141-0/+299