aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-16 16:22:32 -0700
committerYing Wang <wangying@google.com>2014-05-16 16:22:32 -0700
commitef773d22ca2eaacda0a3e5101c76bde3efcf98aa (patch)
treeae16347676f2d53e588243a9f850ce149ca96ec2
parentb589679b101e0863a1fd1d7f4fc6ee3370c8a60a (diff)
downloadbuild-ef773d22ca2eaacda0a3e5101c76bde3efcf98aa.tar.gz
Fix the missing 2nd arch prefix.
Bug: 13751317 Change-Id: Ie5a323a0a89245576dbc91271d3178574942627d
-rw-r--r--core/combo/HOST_darwin-x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_darwin-x86.mk b/core/combo/HOST_darwin-x86.mk
index d665c76891..4a2bfe3be2 100644
--- a/core/combo/HOST_darwin-x86.mk
+++ b/core/combo/HOST_darwin-x86.mk
@@ -49,7 +49,7 @@ endif # $(HOST_TOOLCHAIN_PREFIX)-gcc exists
# gcc location for clang; to be updated when clang is updated
# HOST_TOOLCHAIN_ROOT is a Darwin-specific define
-HOST_TOOLCHAIN_FOR_CLANG := $(HOST_TOOLCHAIN_ROOT)
+$(combo_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_ROOT)
$(combo_2nd_arch_prefix)HOST_AR := $(AR)