gcc-4.4.4: on PPC/SPE when compiling with -Os gcc needs parts of libgcc.a make that...
authorKhem Raj <raj.khem@gmail.com>
Fri, 27 Aug 2010 22:10:14 +0000 (15:10 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 27 Aug 2010 22:41:47 +0000 (15:41 -0700)
commitcae75453c10e28db9e21b2dd00a86b631a4af2bd
tree8761a06e9fe0c17a17705828ada4b22a761c61c1
parent6cd42a4739cb22ad3b94b3c81a14516a709da5d1
gcc-4.4.4: on PPC/SPE when compiling with -Os gcc needs parts of libgcc.a make that happen

* The existing patch did redefine the SHLIB_MAKE_SOLINK and
  SHLIB_INSTALL_SOLINK but it was ineffective because the original
  definitions appeared after it. We needed to rearrange the order

* t-slibgcc-libgcc is already there so no need to patch it.

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