2008-05-18 20:26:43 +00:00
|
|
|
Index: linux-2.6.25.4/Makefile
|
2008-04-19 15:20:44 +00:00
|
|
|
===================================================================
|
2008-05-18 20:26:43 +00:00
|
|
|
--- linux-2.6.25.4.orig/Makefile
|
|
|
|
+++ linux-2.6.25.4/Makefile
|
2008-05-02 10:17:03 +00:00
|
|
|
@@ -533,6 +533,9 @@ endif
|
2008-04-19 15:20:44 +00:00
|
|
|
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
|
|
|
|
CHECKFLAGS += $(NOSTDINC_FLAGS)
|
|
|
|
|
|
|
|
+# improve gcc optimization
|
|
|
|
+CFLAGS += $(call cc-option,-funit-at-a-time,)
|
|
|
|
+
|
|
|
|
# warn about C99 declaration after statement
|
2008-05-02 10:17:03 +00:00
|
|
|
KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
|
2008-04-19 15:20:44 +00:00
|
|
|
|