mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 20:59:53 +00:00
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
This commit is contained in:
parent
7b19ef174f
commit
ba2831f50b
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user