Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f76f865e authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Avoid accidentally using the host\'s native \'as\' command." am:...

Merge "Avoid accidentally using the host\'s native \'as\' command." am: e6710e9b am: 09dc0d4f am: 1d0d43b3
am: 7e5beb8b

* commit '7e5beb8b':
  Avoid accidentally using the host's native 'as' command.

Change-Id: Ic6de16ac64706165b0d00c9de5e1c8ff96c68780
parents 08d4bf1f 7e5beb8b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ endif
ifeq ($(HOST_OS),linux)
CLANG_CONFIG_x86_LINUX_HOST_EXTRA_ASFLAGS := \
  --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
  --sysroot $($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/sysroot
  --sysroot $($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/sysroot \
  -B$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/bin

CLANG_CONFIG_x86_LINUX_HOST_EXTRA_CFLAGS := \
  --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)