Index: /i2c/trunk/Makefile
===================================================================
--- /i2c/trunk/Makefile	(revision 3967)
+++ /i2c/trunk/Makefile	(revision 3970)
@@ -132,5 +132,5 @@
 # The -DEXPORT_SYMTAB is to keep the symbol export mechanism quiet.
 MODCFLAGS := $(CFLAGS) -D__KERNEL__ -DMODULE -fomit-frame-pointer \
-             -DEXPORT_SYMTAB
+             -DEXPORT_SYMTAB -fno-strict-aliasing
 
 ifeq ($(MACHINE),alpha)
@@ -139,5 +139,5 @@
 
 ifeq ($(MACHINE),x86_64)
-MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \
+MODCFLAGS += -fno-common -fomit-frame-pointer -mno-red-zone \
 	     -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce
 endif
