gcc-package.inc: Override SHLIBSDIR to TARGET_SYS until a better fix is found

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3577 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-01-23 21:07:16 +00:00
parent 69683bfe8c
commit 22e48d772e
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ PACKAGES = "libgcc libgcc-dev \
libstdc++-dev libg2c-dev \
${PN}-doc"
# We really need HOST_SYS here for some packages and TARGET_SYS for others.
# For now, libgcc is most important so we fix for that - RP.
SHLIBSDIR = "${STAGING_DIR}/${TARGET_SYS}/shlibs"
FILES_${PN} = "${bindir}/${TARGET_PREFIX}gcc \
${bindir}/${TARGET_PREFIX}gccbug \
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1 \