mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 04:47:56 +00:00
14 lines
709 B
Diff
14 lines
709 B
Diff
Index: llvm-toolchain-3.7-3.7/compiler-rt/make/platform/clang_linux.mk
|
|
===================================================================
|
|
--- llvm-toolchain-3.7-3.7.orig/compiler-rt/make/platform/clang_linux.mk
|
|
+++ llvm-toolchain-3.7-3.7/compiler-rt/make/platform/clang_linux.mk
|
|
@@ -21,7 +21,7 @@ ifneq ($(findstring -linux-,$(CompilerTa
|
|
|
|
# Define configs only if arch in triple is i386 or x86_64
|
|
CompilerTargetArch := $(firstword $(subst -, ,$(CompilerTargetTriple)))
|
|
-ifeq ($(call contains,i386 x86_64 i586,$(CompilerTargetArch)),true)
|
|
+ifeq ($(call contains,i386 x86_64 i586 i686,$(CompilerTargetArch)),true)
|
|
|
|
# TryCompile compiler source flags
|
|
# Returns exit code of running a compiler invocation.
|