aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils
AgeCommit message (Collapse)Author
2009-12-28binutils-2.20: add patch for ld segfault on powerpcJeremy Lainé
2009-12-09binutils-2.20: Dont apply binutils-arm-pr7093 patch.Khem Raj
* Delete the patches which are not applied to 2.20 recipes. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-01Revert "binutils-cross-sdk: Avoid QA error on building"Holger Hans Peter Freyther
This reverts commit b294033116a6a4f33d1b1ec9f8256adaf7374298. This patch is no longer needed as .a files are no longer stripped.
2009-10-22binutils-cross-sdk: Avoid QA error on buildingHolger Hans Peter Freyther
On a x86-64 build host trying to build meta-toolchain for mips ended up with a .debug dir in the cross directory. Fix the issue by placing this directory in the -dbg package
2009-10-22binutils-2.20.bb: Fix compilation error with missing bracesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-16binutils-2.20: Add recipes for 2.20 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-13binutils-sdk: fix fallout of the strip-staic-libs thingKoen Kooi
2009-10-06binutils-cvs: Refresh binutils-uclibc-300-012_check_ldrunpath_length.patch ↵Khem Raj
with latest CVS. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-18apply patch from drow to fix linking of thumb binariesPhil Blundell
2009-09-14binutils_2.19.51: remove already-applied patches, add source checksumPhil Blundell
2009-09-11binutils_cvs.bb: Do not use autotools_do_installKhem Raj
* CVS checkout include full src tree so we can not do make install because then it will try to install every component in src. We have to install ld gas and binutils only. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10binutils-cross: Do not install libibery.a in wrong placeKhem Raj
* This interferes with canadian cross build of binutils because it finds cross libiberty.a where as it needs the target one. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-06binutils_cvs.bb: objcopy-rename-errorcode patch is not needed anymore.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-22binutils 2.18: don't emit symbols for neon registersKoen Kooi
* this fixes building in NEON code into binaries that do runtime detection but are compiled for non-NEON platforms (e.g. pixman)
2009-07-18binutils-cross-sdk: Add v2.17, for avr32Tom Rini
2009-07-17binutils-2.18: add a stolen from head patch that fixes building of u-boot on ↵Dmitry Eremin-Solenikov
powerpc Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-19binutils-cvs: Switch to INC_PRTom Rini
2009-06-19binutils-2.19: Switch to INC_PRTom Rini
2009-06-19binutils-2.19.51.0.3: Switch to INC_PRTom Rini
2009-06-19binutils-2.19.1: Switch to INC_PRTom Rini
2009-06-19binutils-2.18: Switch to INC_PRTom Rini
2009-06-19binutils-2.18.50.0.7: Switch to INC_PRTom Rini
2009-06-19binutils-2.17.50.0.12: Switch to INC_PRTom Rini
2009-06-19binutils-2.16.91.0.7: Switch to INC_PRTom Rini
2009-06-19binutils-2.16.91.0.6: Switch to INC_PRTom Rini
2009-06-19binutils-2.15.94.0.1: Switch to INC_PRTom Rini
2009-06-19binutils-2.14.90.0.7: Switch to INC_PRTom Rini
2009-06-19binutils-2.14.90.0.6: Switch to INC_PRTom Rini
2009-06-19binutils-cross-sdk: ${layout_base_bindir} is not the path to where the real ↵Tom Rini
binary is. The binary will always be two levels back, and it will always be in ${bindir} as that's what we pass to configure, so basename that to find the right directory name
2009-06-16binutils, irda-utils, libxcb: remove extraneous hashes that were disrupting ↵Phil Blundell
Laibsch's activities
2009-06-15binutils: note that uclibc-segfault.patch is already upstreamPhil Blundell
2009-06-12binutils: fix crash when linking uclibc in thumb modePhil Blundell
2009-06-10binutils: add 2.19.51Phil Blundell
2009-06-08binutils: added Maverick support (done by Hasjim Williams)Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
2009-05-27Fixed broken configure script which lead to invalid prefix for cross ↵Martin Dietze
executables in some cases * the sed substitutions for flags like `--program-transform-name' were not global, they are now
2009-05-06binutils: 2.18 and newer is GPLv3, add GPL to 2.14.90.[67]Tom Rini
2009-04-29binutils: add binutils-x86_64_i386_biarch.patchRoman I Khimov
Adds 'lib32' directories to binutils search paths on x86_64. Acked-By: Khem Raj <raj.khem@gmail.com>
2009-04-25binutils-avr32.inc: Add DEPENDS autoconf-native and automake-native.Leon Woestenberg
On my fresh Ubuntu 9.04 with the minimal set of host packages installed required by OpenEmbedded, the atngw100 build failed due to autoconf and aclocal (from automake package) not being present. Running 'bitbake autoconf-native and automake-native' solved this. Adding those two as DEPENDS to binutils-avr32.inc should fix this for a pristine build. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-04-23binutils-2.19.51.0.3: Add the latest HJ Lu's binutils release 2.19.51.0.3 ↵Khem Raj
recipes. * With these binutils we can build uclibc in thumb mode correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-22binutils-canadian-sdk: Add 2.18.50.7 (as this is a popular default)Tom Rini
2009-04-17canadian-sdk: We DO want DEPENDS_prepend to always bring in host virtual ↵Tom Rini
gcc/binutils Without this gdb-canadian-sdk would try and build without a host compiler as it wasn't fixing up this missing dep itself. The comment in the bbclass was wrong (checked -g on all recipes using this bbclass).
2009-04-08mingw-binutils: Add 2.19.1 recipe and split common parts out into ↵Tom Rini
mingw-binutils.inc Signed-off-by: Esben Haabendal <eha@doredevelopment.dk> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-07binutils-canadian-sdk: Use add SYSROOT, use SDK_REALPATH_MINGW, bump PRTom Rini
2009-04-06binutils-cross-sdk: Make relative, not absolute symlinks for 'as', etc, bump PRTom Rini
While I'm in here, make the cvs recipe use FILESPATHPKG not mung FILESDIR. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-03-20binutils_cvs: Various fixes to get it building.Khem Raj
* Port patched needed from binutils 2.19. * Refresh the old patches. * Cover for bitbake fetcher lameness where it checks out the while src tree when we only asked for binutils module. So we have to build selective targets.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>