diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-22 18:38:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-05-22 18:38:27 -0700 |
commit | c1dbc0aa3bc9cc9e51fa00d9cd07b8ab5acf3ce9 (patch) | |
tree | 02e8837f3d9b892ad387da255cef77b5a86d52d2 /recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch | |
parent | 2baa00b8a919a1c29c891b900a48239856d01438 (diff) | |
download | meta-clang-c1dbc0aa3bc9cc9e51fa00d9cd07b8ab5acf3ce9.tar.gz |
clang/llvm: Move to upcoming 5.0.0 ( trunk ) release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch')
-rw-r--r-- | recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch b/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch index 8e8852d..0b2e14d 100644 --- a/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch +++ b/recipes-devtools/clang/compiler-rt/0004-cmake-mips-Do-not-specify-target-with-OE.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 7a83bae70e155c499c9ed5b4719f8baf01da6cd9 Mon Sep 17 00:00:00 2001 | 1 | From 0be126894e872108eaa7eae3629a5564598ee25e Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 11 Feb 2017 17:54:33 +0000 | 3 | Date: Sat, 11 Feb 2017 17:54:33 +0000 |
4 | Subject: [PATCH] cmake/mips: Do not specify --target with OE | 4 | Subject: [PATCH 4/4] cmake/mips: Do not specify --target with OE |
5 | 5 | ||
6 | OE already specifies cross compiler correctly, adding this additional | 6 | OE already specifies cross compiler correctly, adding this additional |
7 | --target confuses the clang driver and it resorts to invoke host assembler | 7 | --target confuses the clang driver and it resorts to invoke host assembler |
@@ -20,7 +20,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
20 | 1 file changed, 4 insertions(+), 4 deletions(-) | 20 | 1 file changed, 4 insertions(+), 4 deletions(-) |
21 | 21 | ||
22 | diff --git a/cmake/base-config-ix.cmake b/cmake/base-config-ix.cmake | 22 | diff --git a/cmake/base-config-ix.cmake b/cmake/base-config-ix.cmake |
23 | index 71d1499..c5aeecb 100644 | 23 | index 6f9f15139..7002a60ac 100644 |
24 | --- a/cmake/base-config-ix.cmake | 24 | --- a/cmake/base-config-ix.cmake |
25 | +++ b/cmake/base-config-ix.cmake | 25 | +++ b/cmake/base-config-ix.cmake |
26 | @@ -161,11 +161,11 @@ macro(test_targets) | 26 | @@ -161,11 +161,11 @@ macro(test_targets) |
@@ -40,5 +40,5 @@ index 71d1499..c5aeecb 100644 | |||
40 | if(WIN32) | 40 | if(WIN32) |
41 | test_target_arch(arm "" "" "") | 41 | test_target_arch(arm "" "" "") |
42 | -- | 42 | -- |
43 | 1.9.1 | 43 | 2.13.0 |
44 | 44 | ||