bd6ab2
diff -up linux-3.10.0-327.el7.i686/Makefile.orig linux-3.10.0-327.el7.i686/Makefile
bd6ab2
--- linux-3.10.0-327.el7.i686/Makefile.orig	2015-11-21 22:47:53.504052764 -0500
bd6ab2
+++ linux-3.10.0-327.el7.i686/Makefile	2015-11-21 22:51:28.459056797 -0500
bd6ab2
@@ -383,7 +383,7 @@ KBUILD_CFLAGS   := -Wall -Wundef -Wstric
bd6ab2
 
bd6ab2
 ifneq ($(WITH_GCOV),1)
bd6ab2
 ifeq ($(KBUILD_EXTMOD),)
bd6ab2
-ifneq (,$(filter $(ARCH), x86 x86_64 powerpc))
bd6ab2
+ifneq (,$(filter $(ARCH), x86_64 powerpc))
bd6ab2
 KBUILD_CFLAGS   += $(call cc-ifversion, -eq, 0408, -Werror)
bd6ab2
 endif
bd6ab2
 # powerpc is compiled with -O3 and gcc 4.8 has some known problems