diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index bb5f7a0a5e..c5c1645f69 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
@@ -11,6 +11,9 @@ python () { | |||
11 | 11 | ||
12 | PN = "gcc-cross-${TARGET_ARCH}" | 12 | PN = "gcc-cross-${TARGET_ARCH}" |
13 | 13 | ||
14 | # Ignore how TARGET_ARCH is computed. | ||
15 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | ||
16 | |||
14 | require gcc-configure-common.inc | 17 | require gcc-configure-common.inc |
15 | 18 | ||
16 | # While we want the 'gnu' hash style, we explicitly set it to sysv here to | 19 | # While we want the 'gnu' hash style, we explicitly set it to sysv here to |