summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_4.2.1.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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 Freyther1
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 Raj1
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 Raj1
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 Purdie1
everyone, not just as a slugos specific override.
2008-03-26gcc 4.2.1: Fix ICE that occurs with AVR32 gcc, especially when compiling ↵Geoffrey Wossum1
OpenSSH. Mainly just applies patch for gcc pr32889. Since this ICE was first reported on the debian-gcc list (see http://lists.debian.org/debian-gcc/2007/10/msg00306.html), and was actually report for the HPPA, this patch might be desireable for other architectures. This patch showed in mainline gcc 4.2.3 See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32889 for mor info
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: 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-14gcc 4.2.1: update avr32 patchesGeoffrey Wossum1
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
2007-11-29propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi1
0238eff8862126ac83c3f05d7a6fb094feff89e9) to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
2007-11-25gcc-4.2.[12]: Applied pr34130.patch, from 4.1.2.Leon Woestenberg1
2007-10-31gcc: move avr32 stuff into gcc recipe and update to 4.2.1Koen Kooi1
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-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.1: add missing uclibc locale patch and a patch to reduce binary size ↵Koen Kooi1
with -Os
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