summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-cross-intermediate_4.4.1.bb
AgeCommit message (Collapse)AuthorFiles
2009-08-27gcc-4.4.1: Disable libdecnumber for uclibc target.Khem Raj1
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-06gcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>