gcc-4.4.4.inc: Fix ppc issues of requiring libgcc at link time when using -Os
authorKhem Raj <raj.khem@gmail.com>
Sat, 15 May 2010 03:38:40 +0000 (20:38 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 15 May 2010 03:38:40 +0000 (20:38 -0700)
commit5203790c015a01b4ea3a1c0a75726773fb31a639
tree1ecc5bcb348cc21cc26a4bb42445f45d2293329c
parent20287a5b1ebb8b8d5ca047df8891bbab2e0f1ae6
gcc-4.4.4.inc: Fix ppc issues of requiring libgcc at link time when using -Os

* 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>
recipes/gcc/gcc-4.4.4.inc
recipes/gcc/gcc-4.4.4/gcc-add-t-slibgcc-libgcc.patch [new file with mode: 0644]