mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 12:58:06 +00:00
fix the patch
This commit is contained in:
parent
5f3c1adf05
commit
67107eec14
12
debian/patches/compiler-rt-i586.diff
vendored
12
debian/patches/compiler-rt-i586.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.7~svn229332/compiler-rt/make/platform/clang_linux.mk
|
Index: llvm-toolchain-snapshot_3.7~svn229683/compiler-rt/make/platform/clang_linux.mk
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.7~svn229332.orig/compiler-rt/make/platform/clang_linux.mk
|
--- llvm-toolchain-snapshot_3.7~svn229683.orig/compiler-rt/make/platform/clang_linux.mk
|
||||||
+++ llvm-toolchain-snapshot_3.7~svn229332/compiler-rt/make/platform/clang_linux.mk
|
+++ llvm-toolchain-snapshot_3.7~svn229683/compiler-rt/make/platform/clang_linux.mk
|
||||||
@@ -21,7 +21,7 @@ ifneq ($(findstring -linux-,$(CompilerTa
|
@@ -21,7 +21,7 @@ ifneq ($(findstring -linux-,$(CompilerTa
|
||||||
|
|
||||||
# Define configs only if arch in triple is i386 or x86_64
|
# Define configs only if arch in triple is i386 or x86_64
|
||||||
@ -20,10 +20,10 @@ Index: llvm-toolchain-snapshot_3.7~svn229332/compiler-rt/make/platform/clang_lin
|
|||||||
SupportedArches := i386
|
SupportedArches := i386
|
||||||
ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
|
ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
|
||||||
SupportedArches += x86_64
|
SupportedArches += x86_64
|
||||||
Index: llvm-toolchain-snapshot_3.7~svn229332/tools/clang/runtime/compiler-rt/Makefile
|
Index: llvm-toolchain-snapshot_3.7~svn229683/clang/runtime/compiler-rt/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.7~svn229332.orig/tools/clang/runtime/compiler-rt/Makefile
|
--- llvm-toolchain-snapshot_3.7~svn229683.orig/clang/runtime/compiler-rt/Makefile
|
||||||
+++ llvm-toolchain-snapshot_3.7~svn229332/tools/clang/runtime/compiler-rt/Makefile
|
+++ llvm-toolchain-snapshot_3.7~svn229683/clang/runtime/compiler-rt/Makefile
|
||||||
@@ -165,6 +165,7 @@ BuildRuntimeLibraries:
|
@@ -165,6 +165,7 @@ BuildRuntimeLibraries:
|
||||||
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
|
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
|
||||||
ProjObjRoot=$(PROJ_OBJ_DIR) \
|
ProjObjRoot=$(PROJ_OBJ_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user