aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc_4.1.2.bb
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-06-03Fix an obvious typo in the patch. The variable exported was 'CCP' should ↵Khem Raj
have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe.
2008-03-29gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵Richard Purdie
everyone, not just as a slugos specific override.
2008-03-17gcc: Handle ARCH_FLAGS_FOR_TARGET option for gcc 4.1/4.2 correctlyRichard Purdie
2008-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie
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: Move PR settings to obvious places (not .inc files)Richard Purdie
2008-03-15gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ↵Richard Purdie
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 Purdie
these
2008-02-20gcc 4.x.x ship cc1 as part of the cpp package. closes #670Michael Lauer
repair badly mixed up formatting. guys, _please_ don't mix tabs and spaces, stick to the major formatting style in the file
2007-12-11propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
acccc4840b95c279164a3eeacf893200164bdc65) to branch 'org.openembedded.dev.avr32' (head 4a915ee0a28076c53049330f3f2e58c7b85ef7a8)
2007-12-03gcc: replace non-functional block o'python with working overridesKoen Kooi
2007-11-25gcc(-cross): bump PR so that OE picks up the fixed gcc and gcc-cross packages.Mike Westerhof
2007-11-25gcc_4.1.2: revert enabling fortran.Junqian Gordon Xu
2007-11-22merge of '0c1bf31806b2e4fc83b4405655fc3b14a98915c5'Junqian Gordon Xu
and '4ddcde2cef4794d1b3f1a9b16da170dd6f4a97a6'
2007-11-21gcc-4.1.2: Update PR for gcc(-cross). Mention to update PR of -cross when ↵Leon Woestenberg
.bb main changes.
2007-11-21gcc-4.1.2: Follow upstream fix for pr34130. -C*abs(D) became abs(-C*D), not ↵Leon Woestenberg
good.
2007-11-21gcc-(cross)_4.1.2: enable gfortran and gfortran packagingJunqian Gordon Xu
2007-10-31propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
a6b798a43c05aef43ed650ab880f3edd386d0aa3) to branch 'org.openembedded.dev.avr32' (head 77e1041de2eef682f183f3f5199826818cb9c5b1)
2007-10-20gcc: merge avr32 bits into proper gcc filesKoen Kooi
2007-10-18gcc-4.1.2: Added support for powerpc e300c3 core. Bumped PV for your pleasure.Leon Woestenberg
2007-09-19gcc 4.1.2: disable fortran as it doesn't build for everybody (it works fine ↵Koen Kooi
on the autobuilder and my home machine)
2007-09-19gcc: change the way to package fortran, reduce spurious variables, make ↵Koen Kooi
missing fortran files non-fatal
2007-09-19gcc(-cross): enable fortran for arm/EABI, thanks to Alain for showing and ↵Koen Kooi
testing the patch
2007-08-31gcc/gcc-cross 4.1.2: bump PR to build working compiler after broken ARM CrunchMarcin Juszkiewicz
2007-08-31disapproval of revision '4fb1a7447c5d8ace96a5ac6358c7fe10f0d951c4'Marcin Juszkiewicz
2007-08-30gcc 4.1.2: add patches for maverick crunch (that's an FPU)Koen Kooi
2007-05-30gcc: Make gcc build on amd64 by having it forget target configure cache when ↵Michael Krelin
configuring for build machine. Closes bug #1951
2007-05-13gcc 4.1.2: update uclibc locale patch to work with uclibc 0.9.29Koen Kooi
2007-05-03gcc 4.1.2: fix 800-arm-bigendian.patchKoen Kooi
2007-04-06gcc 4.1.x: move fail-fast to gcc-cross since it's only needed thereKoen Kooi
2007-03-11disapproval of revision 'e7f88b3d1877bd1013495ae0870737c163c6c433'Oyvind Repvik
2007-03-11gcc: Fix crossbuild issue on x86_64 hosts (4.1.1/4.1.2)Oyvind Repvik
2007-03-06gcc: add 4.1.2, only tested to compile for arm/eabiKoen Kooi