]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-common.inc: Use STAGING_DIR_TARGET instead of a more hardcoded path
authorRichard Purdie <richard@openedhand.com>
Fri, 18 Jul 2008 08:55:57 +0000 (08:55 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 18 Jul 2008 08:55:57 +0000 (08:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4871 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc-common.inc

index 1097614969f96ac633b4b2a369fece23616ac148..73bc3275078dd37bde5f72af1b28ca0686ec5ce6 100644 (file)
@@ -14,7 +14,7 @@ def get_gcc_fpu_setting(bb, d):
 
 # 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"
+SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs"
 
 DEBIANNAME_libgcc = "libgcc1"