gcc-package-target.inc: Fix the broken libgcc_s.so symlink
authorKhem Raj <raj.khem@gmail.com>
Fri, 3 Dec 2010 20:05:34 +0000 (12:05 -0800)
committerKhem Raj <raj.khem@gmail.com>
Fri, 3 Dec 2010 20:18:11 +0000 (12:18 -0800)
commit42b898e30b3ae731de6902ff8e72919ac12cbf75
tree531babb75d5f89e202435660b0e5b2feeabace6f
parent5d15f2d0f1f553aac1acafcc5f2d140ee3e5f0c0
gcc-package-target.inc: Fix the broken libgcc_s.so symlink

Currently libgcc_s.so points to libgcc_s.so.1 in the same
<target>/usr/lib dir but this library is in /lib and target toolchain
fails. We package libgcc_so into gcc package and create the proper
symlink as it used to be

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-package-target.inc