Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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_PR | Holger Hans Peter Freyther | 1 | |
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-25 | Change the toolchain build sequence. Helps in reproducable toolchains ↵ | Khem Raj | 1 | |
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-03 | Fix an obvious typo in the patch. The variable exported was 'CCP' should ↵ | Khem Raj | 1 | |
have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe. | ||||
2008-03-29 | gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵ | Richard Purdie | 1 | |
everyone, not just as a slugos specific override. | ||||
2008-03-17 | gcc: Handle ARCH_FLAGS_FOR_TARGET option for gcc 4.1/4.2 correctly | Richard Purdie | 1 | |
2008-03-16 | gcc: Move old style gcc*build*.inc includes into ↵ | Richard Purdie | 1 | |
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-15 | gcc: Move PR settings to obvious places (not .inc files) | Richard Purdie | 1 | |
2008-03-15 | gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ↵ | Richard Purdie | 1 | |
lower. There should be no functionality change yet, it just makes that change easier to remove target packaging from cross builds | ||||
2008-03-15 | gcc: Create .inc files for each gcc version and update all .bb files to use ↵ | Richard Purdie | 1 | |
these | ||||
2008-02-20 | gcc 4.x.x ship cc1 as part of the cpp package. closes #670 | Michael Lauer | 1 | |
repair badly mixed up formatting. guys, _please_ don't mix tabs and spaces, stick to the major formatting style in the file | ||||
2007-12-11 | propagate from branch 'org.openembedded.dev' (head ↵ | Koen Kooi | 1 | |
acccc4840b95c279164a3eeacf893200164bdc65) to branch 'org.openembedded.dev.avr32' (head 4a915ee0a28076c53049330f3f2e58c7b85ef7a8) | ||||
2007-12-03 | gcc: replace non-functional block o'python with working overrides | Koen Kooi | 1 | |
2007-11-25 | gcc(-cross): bump PR so that OE picks up the fixed gcc and gcc-cross packages. | Mike Westerhof | 1 | |
2007-11-25 | gcc_4.1.2: revert enabling fortran. | Junqian Gordon Xu | 1 | |
2007-11-22 | merge of '0c1bf31806b2e4fc83b4405655fc3b14a98915c5' | Junqian Gordon Xu | 1 | |
and '4ddcde2cef4794d1b3f1a9b16da170dd6f4a97a6' | ||||
2007-11-21 | gcc-4.1.2: Update PR for gcc(-cross). Mention to update PR of -cross when ↵ | Leon Woestenberg | 1 | |
.bb main changes. | ||||
2007-11-21 | gcc-4.1.2: Follow upstream fix for pr34130. -C*abs(D) became abs(-C*D), not ↵ | Leon Woestenberg | 1 | |
good. | ||||
2007-11-21 | gcc-(cross)_4.1.2: enable gfortran and gfortran packaging | Junqian Gordon Xu | 1 | |
2007-10-31 | propagate from branch 'org.openembedded.dev' (head ↵ | Koen Kooi | 1 | |
a6b798a43c05aef43ed650ab880f3edd386d0aa3) to branch 'org.openembedded.dev.avr32' (head 77e1041de2eef682f183f3f5199826818cb9c5b1) | ||||
2007-10-20 | gcc: merge avr32 bits into proper gcc files | Koen Kooi | 1 | |
2007-10-18 | gcc-4.1.2: Added support for powerpc e300c3 core. Bumped PV for your pleasure. | Leon Woestenberg | 1 | |
2007-09-19 | gcc 4.1.2: disable fortran as it doesn't build for everybody (it works fine ↵ | Koen Kooi | 1 | |
on the autobuilder and my home machine) | ||||
2007-09-19 | gcc: change the way to package fortran, reduce spurious variables, make ↵ | Koen Kooi | 1 | |
missing fortran files non-fatal | ||||
2007-09-19 | gcc(-cross): enable fortran for arm/EABI, thanks to Alain for showing and ↵ | Koen Kooi | 1 | |
testing the patch | ||||
2007-08-31 | gcc/gcc-cross 4.1.2: bump PR to build working compiler after broken ARM Crunch | Marcin Juszkiewicz | 1 | |
2007-08-31 | disapproval of revision '4fb1a7447c5d8ace96a5ac6358c7fe10f0d951c4' | Marcin Juszkiewicz | 1 | |
2007-08-30 | gcc 4.1.2: add patches for maverick crunch (that's an FPU) | Koen Kooi | 1 | |
2007-05-30 | gcc: Make gcc build on amd64 by having it forget target configure cache when ↵ | Michael Krelin | 1 | |
configuring for build machine. Closes bug #1951 | ||||
2007-05-13 | gcc 4.1.2: update uclibc locale patch to work with uclibc 0.9.29 | Koen Kooi | 1 | |
2007-05-03 | gcc 4.1.2: fix 800-arm-bigendian.patch | Koen Kooi | 1 | |
2007-04-06 | gcc 4.1.x: move fail-fast to gcc-cross since it's only needed there | Koen Kooi | 1 | |
2007-03-11 | disapproval of revision 'e7f88b3d1877bd1013495ae0870737c163c6c433' | Oyvind Repvik | 1 | |
2007-03-11 | gcc: Fix crossbuild issue on x86_64 hosts (4.1.1/4.1.2) | Oyvind Repvik | 1 | |
2007-03-06 | gcc: add 4.1.2, only tested to compile for arm/eabi | Koen Kooi | 1 | |