From f5649753869888606de09701ea9f9a56424cd3d8 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 26 Jan 2016 13:09:24 -0600 Subject: xen: don't inject -mfpmath=sse which causes build issues Don't inject -mfpmath=sse into the build which causes issues with the hypervisor build. Signed-off-by: Doug Goldstein Signed-off-by: Bruce Ashfield --- ...xen-x86-Fix-up-rules-when-forcing-mno-sse.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 recipes-extended/xen/files/xen-x86-Fix-up-rules-when-forcing-mno-sse.patch (limited to 'recipes-extended/xen/files') diff --git a/recipes-extended/xen/files/xen-x86-Fix-up-rules-when-forcing-mno-sse.patch b/recipes-extended/xen/files/xen-x86-Fix-up-rules-when-forcing-mno-sse.patch deleted file mode 100644 index 4c3e297f..00000000 --- a/recipes-extended/xen/files/xen-x86-Fix-up-rules-when-forcing-mno-sse.patch +++ /dev/null @@ -1,28 +0,0 @@ -From: Nathan Rossi -Subject: [PATCH] xen/x86: Fix up rules when forcing -mno-sse - -* When forcing -mno-sse specify -mfpmath=387 to avoid the fallback - warning - -Signed-off-by: Nathan Rossi -Upstream-Status: Not-Submitted ---- - xen/arch/x86/Rules.mk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk -index 6775cb5..03848f7 100644 ---- a/xen/arch/x86/Rules.mk -+++ b/xen/arch/x86/Rules.mk -@@ -42,7 +42,7 @@ x86 := y - x86_32 := n - x86_64 := y - --CFLAGS += -mno-red-zone -mno-sse -fpic -+CFLAGS += -mno-red-zone -mno-sse -fpic -mfpmath=387 - CFLAGS += -fno-asynchronous-unwind-tables - # -fvisibility=hidden reduces -fpic cost, if it's available - ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n) --- -2.1.1 - -- cgit v1.2.3-54-g00ecf