aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.1.inc
AgeCommit message (Collapse)Author
2009-12-20gcc: Enable mips plt extentions if DISTRO_FEATURE has mplt.Khem Raj
* Newer gcc (4.4+) has implemented -mplt option to enable PLT and copy relocation extentions of MIPS ABI which makes shared code run a lot faster. This feature is however controlled by DISTRO_FEATURES which should add 'mplt' to DISTRO_FEATURES to enable it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-10-10gcc-4.4.1: Add TARGET_FIX_V4BX_SPEC to LINK_SPECKhem Raj
* This fixes the issue where --fix-v4bx was not passed to ld when invoked by gcc -march=armv4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-06gcc-4.4.1: Backport powerpc patches to improve code generation at -OsKhem Raj
* This also fixes the u-boot build errors we get with gcc 4.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10gcc-configure-common: Dont fiddle with NATIVE_SYSTEM_HEADER_DIRKhem Raj
* This does not work on canadian cross build of target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-05gcc-4.4.1: Fix canadian cross compilation.Khem Raj
* Forward port cache amnesia patch * Forward port gcc-flags-for-build patch * do_configure needs to be overridden for 4.4.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-28gcc-4.4.1: Backport improved TLS detection patch in cross environmentKhem Raj
This patch is required for libstdc++ mainly as far as gcc is concerned. Without this patch configure detects TLS falsely and enables tls when compiling libstdc++ on uclibc based systems uclibc lacks TLS support as of now. With NPTL it will have TLS support but thats a distant future. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27gcc-4.4.1.inc: Disable 128 bit long double for powerpc-*-uclibcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27gcc-4.4.1: Disable libdecnumber for uclibc target.Khem Raj
We do not set FENV in uclibc so as a result we can not build libdecnumber. We disable it for gcc 4.4.1 uclibc targets. copysignl is in libm in uclibc so gcc complains about this function in libgcc. We see if it is uclibc powerpc softfloat then we add -lm to linker commandline. Not best but works. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-20gcc: fix libstdc/libgcc packaging on x86_64Michael Smith
do_install was looking under ${D}/some long cross path/*/lib; needs to be lib64 on x86_64. On x86_64 base_libdir would be set to /lib64, so we can go by that. Bump INC_PR for recent gccs: 4.1.2, 4.2.[34], 4.3.[34], 4.4.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-08gcc-4.4.1.inc: Make cross compile for SH architecture.Khem Raj
checksums.ini: Add checksum for lilo. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-06gcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>