gcc-cross: Don't stage libiberty.a in sysroot.
authorKhem Raj <raj.khem@gmail.com>
Tue, 8 Jun 2010 02:57:55 +0000 (19:57 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 8 Jun 2010 02:59:20 +0000 (19:59 -0700)
commitbf1756a16e470a1f0f2195a1d293ab9680af5fac
treec1fede169302d53980154f4117ed6c7f41660d5e
parent48b5a0e69d868a069c1b6fc4605ed0e281ee07af
gcc-cross: Don't stage libiberty.a in sysroot.

* We already stage libiberty from target binutils
  problem is that when we stage it from gcc-cros
  it conflicts with the ones installed in cross dir
  by binutils-cross which should be used to link
  binutils for target but it picks up the one
  installed in the sysroot and caused numerous
  problems on building target binutils.

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