summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/gcc/gcc-4.5
Commit message (Collapse)AuthorAgeFilesLines
* toolchain-layer: move binutils and gcc from meta-oe into hereKoen Kooi2012-03-24230-121737/+0
| | | | | | | Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Move SRCREV to latest on gcc-4_5-branchKhem Raj2012-03-094-467/+382
| | | | | | | | | | This brings in bug fixes for details clone gcc tree and checkout gcc-4_5-branch and then git log aab79458fc2025967f9a35aef4e7c0094c63d38e..1b523ca2a20934d1c52cb3a54b634ac4441debdf Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Update gxx headers patchKhem Raj2011-12-211-16/+161
| | | | | | | | | | | | This patch now expects gxx-include-dir to be specified under sysroot which we already do through gcc-cross4.inc from oe-core Please test Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Backport with-linker-hash-style and backports from FSF & linaroKhem Raj2011-12-055-331/+752
| | | | | | | | | | | | | | | | | | | | | | | backport --with-linker-hash-style from trunk, fix GNU_HASH QA warnings once for all Explicitly disable configuring with cloog/ppl while building gcc if the user has it installed on build box then gcc's configure will try to use it and it can go wrong and create problems since we never built it so Move to tip of FSF gcc-4_5-branch brings in bug fixes PR 50091/ppc 50464/x86 50273/fortran 44473/c++ mangler 49965/sparc 50565/c 50659/fortran 50618/c++ 50737/alpha 50793/c++ 50788/x86/SSE 50691/pa 50875/x86/SSE 50979/sparc 30282/ppc 51187/rtl 50888/bootstrap 48190/debug/QEMUhog Merge fix for LP689887/linaro https://bugs.launchpad.net/gcc-linaro/+bug/689887 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.5: Fix cross-gcc build for 64 bit targetsKhem Raj2011-09-221-8/+56
| | | | | | | | | | Building gcc-cross-intermediate for x86_64 failed since the notion of multlib has changed in oe-core. So we needed to sync 64bit hack patch from oe-core/gcc-4.6 into meta-oe 4.5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Upgrade to latest FSF 4.5 branch and bring in latest linaro patchesKhem Raj2011-09-1912-121/+818
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: update 64bithack.patch to skip changing GLIBC_DYNAMIC_LINKER64Denys Dmytriyenko2011-08-121-13/+0
| | | | | | | GLIBC_DYNAMIC_LINKER* is now updated by do_headerfix() from oe-core Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Bring latest upstream and linaro patchesKhem Raj2011-07-3011-198/+1860
| | | | | | | | Build tested on angstrom-2010/console-image for all qemus + beagleboard for both uclibc/eglibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Edit defaults.h in ${B} instead of ${S}, and t-oe in ${B}Khem Raj2011-07-021-0/+57
| | | | | | | | This patches are from oe-core needed after shared sourcedir changes to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Upgrade to latest gcc-4_5-branch and linaro 4.5Khem Raj2011-06-1911-210/+7188
| | | | | | | | | | Additionally fix ppc build break caused by linaro android config patches. Angstrom console-image built clean from scratch for arm ppc mips x86 x86_64 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: Upgrade to 4.5.3 and bring in latest linaro updatesKhem Raj2011-04-308-184/+2744
| | | | | | | | We base now off release tarball of 4.5.3 instead of svn Get relevant new arm linaro patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Sync patches from yoctoKhem Raj2011-03-204-36/+112
| | | | | | | | With this patchset now the gcc has all goodies from OE as well as yocto together merged into meta-oe Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Do another sync from OEKhem Raj2011-03-184-0/+355
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-17194-0/+108836
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>