diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-cross.inc | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross.inc | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-cross.inc b/meta/recipes-devtools/binutils/binutils-cross.inc index 5e6f468f2e..02ec891606 100644 --- a/meta/recipes-devtools/binutils/binutils-cross.inc +++ b/meta/recipes-devtools/binutils/binutils-cross.inc | |||
@@ -4,6 +4,9 @@ PROVIDES = "virtual/${TARGET_PREFIX}binutils" | |||
4 | PN = "binutils-cross-${TARGET_ARCH}" | 4 | PN = "binutils-cross-${TARGET_ARCH}" |
5 | BPN = "binutils" | 5 | BPN = "binutils" |
6 | 6 | ||
7 | # Ignore how TARGET_ARCH is computed. | ||
8 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | ||
9 | |||
7 | INHIBIT_DEFAULT_DEPS = "1" | 10 | INHIBIT_DEFAULT_DEPS = "1" |
8 | INHIBIT_AUTOTOOLS_DEPS = "1" | 11 | INHIBIT_AUTOTOOLS_DEPS = "1" |
9 | 12 | ||
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 |
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index d92f31fb01..ebe329f6d3 100644 --- a/meta/recipes-devtools/gdb/gdb-cross.inc +++ b/meta/recipes-devtools/gdb/gdb-cross.inc | |||
@@ -21,6 +21,9 @@ GDBPROPREFIX = "" | |||
21 | PN = "gdb-cross-${TARGET_ARCH}" | 21 | PN = "gdb-cross-${TARGET_ARCH}" |
22 | BPN = "gdb" | 22 | BPN = "gdb" |
23 | 23 | ||
24 | # Ignore how TARGET_ARCH is computed. | ||
25 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | ||
26 | |||
24 | inherit cross | 27 | inherit cross |
25 | inherit gettext | 28 | inherit gettext |
26 | 29 | ||
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc index 68f5efd6c0..93206a5d05 100644 --- a/meta/recipes-devtools/go/go-cross.inc +++ b/meta/recipes-devtools/go/go-cross.inc | |||
@@ -4,6 +4,9 @@ DEPENDS += "gcc-cross-${TARGET_ARCH}" | |||
4 | 4 | ||
5 | PN = "go-cross-${TARGET_ARCH}" | 5 | PN = "go-cross-${TARGET_ARCH}" |
6 | 6 | ||
7 | # Ignore how TARGET_ARCH is computed. | ||
8 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | ||
9 | |||
7 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" | 10 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" |
8 | 11 | ||
9 | GOROOT_FINAL = "${libdir}/go" | 12 | GOROOT_FINAL = "${libdir}/go" |