summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.0.2
AgeCommit message (Collapse)AuthorFiles
2007-07-25gcc: 4.2.0 has a bug, so replace it with 4.2.1 Koen Kooi1
* one minor uclibc patch needs to get refreshed, but we can nick that from buildroot in a few days
2007-06-02gcc-4.0.2: tweak atmel patch a bitKoen Kooi1
2007-06-01gcc 4.0.2: remove hunk that patches version.cKoen Kooi1
2007-06-01gcc 4.0.2: add avr32 supportKoen Kooi1
* the patch is based on the 0.99.2 release from atmel, with hunks that overlap with uclibc-locale.patch removed
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-05-31gcc - ${TARGET_PREFIX}gcov are useful for cross code coverage analysis.Raymond Danks1
Cleanup some errors in packaging when certain files do not exist. Add GCOV_PREFIX* cross-profiling patches. Pass in GFORTRAN_FOR_TARGET for cross builds.
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-04-30packages/gcc/gcc-4.0.2:Holger Freyther1
HACK to workaround an issue in using gcc -E as cpp for the cross compiler for libmudflap, libstdc++ and other libs. AC_CHECK_HEADERS will think it can use host headers, we simply hack around this for now
2006-04-30packages/gcc/gcc 4.0.2:Holger Freyther6
Apply uclibc patches from the uclibc buildroot. All these patches are guarded with #ifdefs and should not effect other configurations.
2005-11-14gcc: Add version 4.0.2. Known to at least compile code on softfloat arm.Richard Purdie4