summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_4.1.0.bb
AgeCommit message (Collapse)AuthorFiles
2006-08-06packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPPHolger Freyther1
GCC compiles the xgcc cross compiler and will compile target libraries e.g. libstdc++. It uses autoconf to configure the target libraries which uses /usr/bin/cpp to determine the presence of host includes. By using xgcc we will not risk to include /usr/include to find standard headers. If we do our cross compile check will hit. The gcc 3.4 series patch only addresses target-libstdc++ where the gcc3.3 and gcc4 series patch all targets
2006-08-05packages/gcc: Use require instead of include for the 'base' filesHolger Freyther1
2006-05-16packages/gcc:Holger Freyther1
Hack to make me rich and famous. Patch versions 3.4.4, 4.0.0, 4.0.2, 4.1.0, 4.1.0-snapshot, 4.2-snapshot and activate the hack when cross compiling. gcc will abort if you call it with -I/usr/include or -I/opt/include or -I/sw/include. Apply the patch when fail-fast is in the OVERRIDES
2006-03-16gcc 4.1.0: disable fortran since it is breaking the buildKoen Kooi1
2006-03-14gcc 4.1.0: turn off building of libsspKoen Kooi1
2006-03-14Pushing gcc 4.1.0 after a short review.Joseph Cole1
Not sure if it builds, leaving preference at "-1". See OE bug #378. Thanks to Bernhard Rosenkraenzer for the submission. See OE bug #773.