summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* gdb.inc: fix up when we apply gdb patchesMatthew McClintock2012-07-261-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* toolchain: use our toolchain under correct conditionsMatthew McClintock2012-07-254-11/+11
| | | | | | | Only use our toolchain versions/patches if we are running our distro (DISTRO = "fsl") and one of our machines Signed-off-by: Matthew McClintock <msm@freescale.com>
* gdb: add patch to fix gdb issueMatthew McClintock2012-05-295-0/+21
| | | | | | Fix decode of instructions on e500mc Signed-off-by: Matthew McClintock <msm@freescale.com>
* tclap: add tclap 1.2.1Zhenhua Luo2012-04-101-0/+17
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* gcc: add gcc-runtime back which should have powerpc patchesMatthew McClintock2012-03-272-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fix appending distro tag to PRMatthew McClintock2012-03-273-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* gcc: remove crosssdk from using fsl specific patchesMatthew McClintock2012-03-205-26/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* gcc: add gcc.fix_min_max.patchZhenhua Luo2012-03-162-1/+40
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* binutils: add patches from poky's binutilsMatthew McClintock2012-03-152-5/+18710
| | | | | | | This drops my previous changes and just adds in patches from poky that already address libtool issues Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: remove bad libbfd.la for all binutils (cross, native, etc) and use ↵Matthew McClintock2012-03-142-5/+5
| | | | | | correct libdir Signed-off-by: Matthew McClintock <msm@freescale.com>
* toolchain: only apply patches to toolchain if we are using the FSL distroMatthew McClintock2012-03-143-9/+9
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: remove bad libbfd.la fileMatthew McClintock2012-03-142-1/+5
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: pull a patch from Yocto to fix path issue of libibertyZhenhua Luo2012-03-142-1/+24
| | | | | | | | without the fix, following error appears when build native packages which require libierty.a: /usr/bin/ld: cannot find -liberty Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* gcc-fsl.inc: Add patches to fix gxx-include-dirMatthew McClintock2012-03-142-1/+188
| | | | | | | The patch in this patch is copied from upstream and is just updated to apply cleanly with respect to our patch series Signed-off-by: Matthew McClintock <msm@freescale.com>
* integrate fsl toolchain patchesZhenhua Luo2012-03-1356-0/+13182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binutils: bin.e500mc_nop.patch bin.e5500.patch bin.e6500-2.patch eglibc: generate-supported.mk glibc.e500mc_subspecies_of_powerpc_is_not_supported.patch glibc.fixgcc4.6.patch glibc.fix_prof.patch glibc.fix_sqrt.patch glibc.readv_proto.patch glibc.undefined_static.patch gcc: gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch gcc.fix_longversionstring.patch gcc.rm_slow_tests.patch gcc.fix_mingw32.patch gcc.fix_cloogstatic2.patch gcc.fix_build-with-cxx.patch gcc.e6500-FSF46.patch gcc.ld_unaligned-460.patch gcc.local_unaligned_altivec.patch gcc.soft_float-460.patch gcc.case_values.patch gcc.builtin_isel.patch gcc.experimental_move.patch gcc.widen_types-46.patch gcc.extelim-v3.patch gcc.e5500_mfocr.patch gcc.opt-array-offset.patch gcc.load_on_store_bypass-462.patch gcc.fix_constvector.patch gcc.fix_MTWX51204-dwarf-vector-reg.patch gcc.fix_ira-loop-pressure.patch optional_libstdc.patch gcc.remove_CCUNSmode_reference.patch gcc.check_path_validity.patch gcc.fix_header_issue.patch gcc.fix_SSIZE_MAX_undefine_issue.patch gettext: gettext.fix_testcase.patch Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* mtd-utils: fix corrupt cleanmarker with flash_erase -j commandZhenhua Luo2012-02-232-0/+135
patch is got from http://patchwork.ozlabs.org/patch/108873/ Signed-off-by: Zhenhua Luo <b19537@freescale.com>