summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: use our toolchain under correct conditionsMatthew McClintock2012-07-251-5/+5
| | | | | | | 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>
* 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-271-1/+1
| | | | 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>
* toolchain: only apply patches to toolchain if we are using the FSL distroMatthew McClintock2012-03-141-5/+5
| | | | Signed-off-by: Matthew McClintock <msm@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-1336-0/+11536
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>