All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/x86: Fix up rules when forcing -mno-sse
@ 2015-08-12 15:23 Doug Goldstein
  2015-08-12 15:38 ` Jan Beulich
  0 siblings, 1 reply; 7+ messages in thread
From: Doug Goldstein @ 2015-08-12 15:23 UTC (permalink / raw)
  To: xen-devel; +Cc: Doug Goldstein, Nathan Rossi

From: Nathan Rossi <nathan.rossi@xilinx.com>

* When forcing -mno-sse specify -mfpmath=387 to avoid the fallback
  warning

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---

I found this patch when attempting to build Xen master on Yocto and
wanted to make sure to give the original author credit. His patch is
unmodified (save for the commit message note that says it was not
submitted upstream).

---
 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 4a04a8a..974f8ab 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -35,7 +35,7 @@ x86_64 := y
 shadow-paging ?= y
 bigmem        ?= n
 
-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.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-08-13  6:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 15:23 [PATCH] xen/x86: Fix up rules when forcing -mno-sse Doug Goldstein
2015-08-12 15:38 ` Jan Beulich
2015-08-12 16:03   ` Doug Goldstein
2015-08-12 16:12     ` Andrew Cooper
2015-08-12 16:34       ` Doug Goldstein
2015-08-12 17:53         ` Nathan Rossi
2015-08-13  6:52       ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.