summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.2.1.bb
AgeCommit message (Collapse)AuthorFiles
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-cross: Drop gcc-package-target.inc, gcc-package-cross overrides or sets ↵Richard Purdie1
everything needed
2008-03-15gcc: Add gcc-cross4.inc and convert gcc-cross_4* recipes to use itRichard Purdie1
2008-03-15gcc: Clean up FILESDIR settings (move to gcc-common.inc)Richard Purdie1
2008-03-15gcc: Move PR settings to obvious places (not .inc files)Richard Purdie1
2008-03-15gcc: Add gcc-cross.inc taking some common code from all gcc-cross packagesRichard 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-14gcc3-build-cross.inc: don't add -lgcc_s for avr32Koen Kooi1
2008-03-14gcc 4.2.1: update avr32 patchesGeoffrey Wossum1
2008-02-28gcc: Enable sysroot options, hacking around path layout issues for now. This ↵Richard Purdie1
fixes the sdk version to use the correct sysroot which is important for ease of use of SDKs and standalone toolchains. This change means a gcc rebuild unfortunately
2007-12-03gcc: replace non-functional block o'python with working overridesKoen Kooi1
2007-11-30Disable libssp libgomp and libmudflap in cross gcc 4.2.xKhem Raj1
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie1
2007-10-07gcc/gcc-cross_4.2.1.bb : de-koen the gcc-cross so if you wish to cause anyoneGraeme Gregory1
pain for PR bump then aim at koen :-)
2007-10-06gcc 4.2.1: make maverick stuff ep93xx specificKoen Kooi1
2007-09-29gcc-cross: Update paths to reference staging instead of cross (from poky), ↵Richard Purdie1
bump PR to make sure gcc-cross reinstalls after cross changes to ensure everything works correctly
2007-09-19gcc: change the way to package fortran, reduce spurious variables, make ↵Koen Kooi1
missing fortran files non-fatal
2007-09-19gcc(-cross): enable fortran for arm/EABI, thanks to Alain for showing and ↵Koen Kooi1
testing the patch
2007-09-09gcc 4.2: fix uclibc compilation, closes #2959Petr Stetiar1
2007-08-30gcc 4.2.1: add patches for maverick crunch on ep93xx (That's an FPU)Koen Kooi1
2007-08-27gcc 4.2.1: add extra patches for uclibc buildKoen Kooi1
* uclibc still dislike 4.2.1, but it fails in a different place now
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