Update to 3.4-rc2.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / Makefile
index 7e93ca8..c38ca3b 100644 (file)
@@ -131,6 +131,7 @@ KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
 endif
 # prevent gcc from generating any FP code by mistake
 KBUILD_CFLAGS += $(call cc-option,-mno-sse -mno-mmx -mno-sse2 -mno-3dnow,)
+KBUILD_CFLAGS += $(call cc-option,-mno-avx,)
 
 KBUILD_CFLAGS += $(mflags-y)
 KBUILD_AFLAGS += $(mflags-y)