summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-26 01:02:30 +0000
committerKhem Raj <raj.khem@gmail.com>2015-08-26 01:02:30 +0000
commitb9bf2d51177d0c53e407c5da1602630bd66f3833 (patch)
treeb23f95114c351929fbfd765cb728e4247639d5b8
parent823d61ebbfe0c25da70eda058b1d7dc7867d76a0 (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-devtools/clang/libcxx_git.bb2
-rw-r--r--recipes-devtools/clang/libcxxabi_git.bb2
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"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" 10DEPENDS += "clang-cross-${TARGET_ARCH}"
11 11
12require clang.inc 12require 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"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" 10DEPENDS += "clang-cross-${TARGET_ARCH}"
11 11
12require clang.inc 12require 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"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10DEPENDS += "clang-cross-${TRANSLATED_TARGET_ARCH}" 10DEPENDS += "clang-cross-${TARGET_ARCH}"
11 11
12require clang.inc 12require clang.inc
13 13