diff options
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25/004-extra_optimization.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.25/004-extra_optimization.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/004-extra_optimization.patch b/target/linux/generic-2.6/patches-2.6.25/004-extra_optimization.patch index 999b2e27ad..d3898f1fc6 100644 --- a/target/linux/generic-2.6/patches-2.6.25/004-extra_optimization.patch +++ b/target/linux/generic-2.6/patches-2.6.25/004-extra_optimization.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.25.4/Makefile -=================================================================== ---- linux-2.6.25.4.orig/Makefile -+++ linux-2.6.25.4/Makefile -@@ -533,6 +533,9 @@ endif +--- a/Makefile ++++ b/Makefile +@@ -533,6 +533,9 @@ NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) CHECKFLAGS += $(NOSTDINC_FLAGS) |