diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-18 08:55:57 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-18 08:55:57 +0000 |
commit | ba2831f50b02d08f9b0c13a498b975fa1611d4b4 (patch) | |
tree | 7d15b181a1346572d0abc86e61c15dd65f0fff1f /meta/packages/gcc | |
parent | 7b19ef174f56f6de707697f369a535b637ca6b79 (diff) | |
download | poky-ba2831f50b02d08f9b0c13a498b975fa1611d4b4.tar.gz |
gcc-common.inc: Use STAGING_DIR_TARGET instead of a more hardcoded path
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4871 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r-- | meta/packages/gcc/gcc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-common.inc b/meta/packages/gcc/gcc-common.inc index 1097614969..73bc327507 100644 --- a/meta/packages/gcc/gcc-common.inc +++ b/meta/packages/gcc/gcc-common.inc | |||
@@ -14,7 +14,7 @@ def get_gcc_fpu_setting(bb, d): | |||
14 | 14 | ||
15 | # We really need HOST_SYS here for some packages and TARGET_SYS for others. | 15 | # We really need HOST_SYS here for some packages and TARGET_SYS for others. |
16 | # For now, libgcc is most important so we fix for that - RP. | 16 | # For now, libgcc is most important so we fix for that - RP. |
17 | SHLIBSDIR = "${STAGING_DIR}/${TARGET_SYS}/shlibs" | 17 | SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" |
18 | 18 | ||
19 | DEBIANNAME_libgcc = "libgcc1" | 19 | DEBIANNAME_libgcc = "libgcc1" |
20 | 20 | ||