summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_4.2.2.bb
AgeCommit message (Collapse)AuthorFiles
2008-03-29gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵Richard Purdie1
everyone, not just as a slugos specific override.
2008-03-17gcc: Handle ARCH_FLAGS_FOR_TARGET option for gcc 4.1/4.2 correctlyRichard Purdie1
2008-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie1
gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work).
2008-03-15gcc-4.2.2: Move gcc only SRC_URI append from .inc to .bbRichard Purdie1
2008-03-15gcc: Move PR settings to obvious places (not .inc files)Richard Purdie1
2008-03-15gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ↵Richard Purdie1
lower. There should be no functionality change yet, it just makes that change easier to remove target packaging from cross builds
2008-03-15gcc: Create .inc files for each gcc version and update all .bb files to use ↵Richard Purdie1
these
2008-03-02extra big endian patch to create binaries with a correct ELF header.Derek Young1
2008-02-28bump PR, forgot to do it 11 days ago when re-adding 801 series patch.Derek Young1
2008-02-20gcc 4.x.x ship cc1 as part of the cpp package. closes #670Michael Lauer1
repair badly mixed up formatting. guys, _please_ don't mix tabs and spaces, stick to the major formatting style in the file
2008-02-17Add forgotten patch to re-enable big endian builds based on gcc 4.2.2Derek Young1
2008-01-17* Use static linking for mpfr/gmp instead of the rpath. This avoid the layeringHolger Freyther1
violation and makes sure that gcc-cross-sdk will build as well. * For gcc4.3 we need to look at the gmp/mpfr again as they will be required for everything and not just gfortran * Apply a patch to gcc_4.2.2 but only if we want to build gcc. We want to be able to use arm-angstrom-linux-gnueabi-gfortran and the GF="$(GFORTRAN)" would have set the fortran to 'gfortran' and we ended up with a build error. Some more experiments with GFORTRAN_FOR_TARGET are needed.
2008-01-16gcc_4.2.2.bb: add patch for powerpc e300c2 and e300c3 coresJeremy Laine1
2007-12-03gcc: replace non-functional block o'python with working overridesKoen Kooi1
2007-11-25gcc-4.2.[12]: Applied pr34130.patch, from 4.1.2.Leon Woestenberg1
2007-10-10gcc: add 4.2.2Koen Kooi1