diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-26 01:02:30 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-08-26 01:02:30 +0000 |
commit | b9bf2d51177d0c53e407c5da1602630bd66f3833 (patch) | |
tree | b23f95114c351929fbfd765cb728e4247639d5b8 | |
parent | 823d61ebbfe0c25da70eda058b1d7dc7867d76a0 (diff) | |
download | meta-clang-b9bf2d51177d0c53e407c5da1602630bd66f3833.tar.gz |
compiler-rt,libcxx,libcxxabi: Use TARGET_ARCH instead of TRANSLATED_TARGET_ARCH
clang-cross compiler is referenced using TARGET_ARCH
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/libcxx_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/libcxxabi_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 026fcda..1ae44e8 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "MIT & UIUC" | |||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
10 | DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" | 10 | DEPENDS += "clang-cross-${TARGET_ARCH}" |
11 | 11 | ||
12 | require clang.inc | 12 | require clang.inc |
13 | 13 | ||
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index ade249b..67676de 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "MIT & UIUC" | |||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
10 | DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" | 10 | DEPENDS += "clang-cross-${TARGET_ARCH}" |
11 | 11 | ||
12 | require clang.inc | 12 | require clang.inc |
13 | 13 | ||
diff --git a/recipes-devtools/clang/libcxxabi_git.bb b/recipes-devtools/clang/libcxxabi_git.bb index c298d41..34b5241 100644 --- a/recipes-devtools/clang/libcxxabi_git.bb +++ b/recipes-devtools/clang/libcxxabi_git.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "MIT & UIUC" | |||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
10 | DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" | 10 | DEPENDS += "clang-cross-${TARGET_ARCH}" |
11 | 11 | ||
12 | require clang.inc | 12 | require clang.inc |
13 | 13 | ||