summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.4
AgeCommit message (Collapse)Author
2010-05-18gcc-4.4.4: Fix build failure on powerpc/uclibc.Khem Raj
* For uclibc __to_type is typedef'ed to const __ctype_touplow_t* which is a short int. So the mangled alias breaks because on glibc __to_type is int* and mangled alias is set accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-14gcc-4.4.4.inc: Fix ppc issues of requiring libgcc at link time when using -OsKhem Raj
* This change converts libgcc_s.so to a linker script so when -lgcc_s is used then it actually links to a group of libraries and one of those libraries is libgcc. This fixes the problem of requiring to link with libgcc _always_ on ppc to get the out-of-line epilogue/prologue functions. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-11gcc-4.4.4: Move gcc 4.4.3 recipes to gcc 4.4.4Khem Raj
* Reset INC_PR and update checksums. Signed-off-by: Khem Raj <raj.khem@gmail.com>