move patch for 4.3 into proper range
[linux-2.6.git] / linux-2.6-670-gcc43.patch
similarity index 85%
rename from linux-2.6-001-gcc43.patch
rename to linux-2.6-670-gcc43.patch
index 1ff81c5..804c9a4 100644 (file)
@@ -1,14 +1,12 @@
 see http://www.mail-archive.com/devel@lists.laptop.org/msg10626.html
 --- a/arch/i386/Makefile       2008-09-09 12:15:51.000000000 +0200
 +++ b/arch/i386/Makefile       2008-09-09 12:16:26.000000000 +0200
-@@ -34,7 +34,11 @@ CHECKFLAGS  += -D__i386__
+@@ -34,7 +34,9 @@ CHECKFLAGS   += -D__i386__
  CFLAGS += -pipe -msoft-float -mregparm=3 -freg-struct-return
  
  # prevent gcc from keeping the stack 16 byte aligned
 -CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
-+#CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
 +CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2,)
-+
 +CFLAGS += $(call cc-option,-fno-tree-scev-cprop,)
 +