0002-cflags-graphite-pipe.patch 628 B

1234567891011121314151617
  1. diff -uprN linux-3.16.orig/Makefile linux-3.16/Makefile
  2. --- linux-3.16.orig/Makefile 2014-08-28 10:10:36.036877309 +0800
  3. +++ linux-3.16/Makefile 2014-08-28 10:27:36.987301676 +0800
  4. @@ -406,7 +406,11 @@ KBUILD_CPPFLAGS := -D__KERNEL__
  5. KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
  6. -fno-strict-aliasing -fno-common \
  7. -Werror-implicit-function-declaration \
  8. - -Wno-format-security
  9. + -Wno-format-security \
  10. + -pipe \
  11. + -ftree-vectorize \
  12. + -floop-interchange -ftree-loop-distribution \
  13. + -floop-strip-mine -floop-block
  14. KBUILD_AFLAGS_KERNEL :=
  15. KBUILD_CFLAGS_KERNEL :=