From 1f8a26cd2a5289039c52f15cba382c614d4fc6d3 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Mon, 12 Sep 2016 00:14:45 +0200 Subject: Clang: use assembler from toolchain, not from system This fixes build errors with a more recent binutils. Signed-off-by: Wolfgang Wiedmeyer --- core/clang/HOST_x86_common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/clang') diff --git a/core/clang/HOST_x86_common.mk b/core/clang/HOST_x86_common.mk index 950c194..87135e7 100644 --- a/core/clang/HOST_x86_common.mk +++ b/core/clang/HOST_x86_common.mk @@ -10,7 +10,8 @@ endif ifeq ($(HOST_OS),linux) CLANG_CONFIG_x86_LINUX_HOST_EXTRA_ASFLAGS := \ - --gcc-toolchain=toolchain/gcc/host/install + --gcc-toolchain=toolchain/gcc/host/install \ + -Btoolchain/gcc/host/install/x86_64-linux/bin CLANG_CONFIG_x86_LINUX_HOST_EXTRA_CFLAGS := \ --gcc-toolchain=toolchain/gcc/host/install \ -- cgit v1.1