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