summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc
index 6b61800a3e..d20be9f8ff 100644
--- a/meta/recipes-devtools/gcc/gcc-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-common.inc
@@ -58,6 +58,8 @@ def get_tune_parameters(tune, d):
58 retdict['package_extra_archs'] = localdata.getVar('PACKAGE_EXTRA_ARCHS', True) 58 retdict['package_extra_archs'] = localdata.getVar('PACKAGE_EXTRA_ARCHS', True)
59 return retdict 59 return retdict
60 60
61get_tune_parameters[vardepsexclude] = "AVAILTUNES"
62
61# We really need HOST_SYS here for some packages and TARGET_SYS for others. 63# We really need HOST_SYS here for some packages and TARGET_SYS for others.
62# For now, libgcc is most important so we fix for that - RP. 64# For now, libgcc is most important so we fix for that - RP.
63SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" 65SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs"