summaryrefslogtreecommitdiffstats
path: root/recipes-extended/kvmtool/files/external-crosscompiler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/kvmtool/files/external-crosscompiler.patch')
-rw-r--r--recipes-extended/kvmtool/files/external-crosscompiler.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-extended/kvmtool/files/external-crosscompiler.patch b/recipes-extended/kvmtool/files/external-crosscompiler.patch
index ab030c73..b8780245 100644
--- a/recipes-extended/kvmtool/files/external-crosscompiler.patch
+++ b/recipes-extended/kvmtool/files/external-crosscompiler.patch
@@ -1,4 +1,4 @@
1From b89ba4256cb6074aee74ea5386bc5ca8e75d4653 Mon Sep 17 00:00:00 2001 1From 91b7123682c67ec8b0c50147c9ebd59efa563f26 Mon Sep 17 00:00:00 2001
2From: Stefan Agner <stefan@agner.ch> 2From: Stefan Agner <stefan@agner.ch>
3Date: Tue, 6 Sep 2016 11:51:40 -0700 3Date: Tue, 6 Sep 2016 11:51:40 -0700
4Subject: [PATCH] kvmtool: add lightweight hypervisor native Linux KVM tool 4Subject: [PATCH] kvmtool: add lightweight hypervisor native Linux KVM tool
@@ -14,12 +14,12 @@ be linked against the cross-compiled libfdt library.
14 1 file changed, 1 insertion(+), 7 deletions(-) 14 1 file changed, 1 insertion(+), 7 deletions(-)
15 15
16diff --git a/Makefile b/Makefile 16diff --git a/Makefile b/Makefile
17index 35bb118..3787df2 100644 17index e9121dc..c05b2c0 100644
18--- a/Makefile 18--- a/Makefile
19+++ b/Makefile 19+++ b/Makefile
20@@ -18,12 +18,6 @@ export E Q 20@@ -19,12 +19,6 @@ include config/utilities.mak
21 include config/utilities.mak
22 include config/feature-tests.mak 21 include config/feature-tests.mak
22 -include $(OUTPUT)KVMTOOLS-VERSION-FILE
23 23
24-CC := $(CROSS_COMPILE)gcc 24-CC := $(CROSS_COMPILE)gcc
25-CFLAGS := 25-CFLAGS :=
@@ -30,7 +30,7 @@ index 35bb118..3787df2 100644
30 FIND := find 30 FIND := find
31 CSCOPE := cscope 31 CSCOPE := cscope
32 TAGS := ctags 32 TAGS := ctags
33@@ -319,7 +313,7 @@ $(warning No static libc found. Skipping guest init) 33@@ -343,7 +337,7 @@ $(warning No static libc found. Skipping guest init)
34 endif 34 endif
35 35
36 ifeq (y,$(ARCH_WANT_LIBFDT)) 36 ifeq (y,$(ARCH_WANT_LIBFDT))