remove 2.6.29 since there are no remaining users of it

SVN-Revision: 15922
This commit is contained in:
Florian Fainelli
2009-05-19 10:21:32 +00:00
parent 5bad9df354
commit 01afcd2556
93 changed files with 0 additions and 43950 deletions

View File

@@ -1,12 +0,0 @@
--- a/Makefile
+++ b/Makefile
@@ -560,6 +560,9 @@ endif
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
KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)