projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[scripts] getver: don't use "-r COMMITTED" arg which needs network access to the...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.31
/
004-extra_optimization.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.31/004-extra_optimization.patch
b/target/linux/generic-2.6/patches-2.6.31/004-extra_optimization.patch
index
333acb6
..
e0ba515
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.31/004-extra_optimization.patch
+++ b/
target/linux/generic-2.6/patches-2.6.31/004-extra_optimization.patch
@@
-1,5
+1,14
@@
--- a/Makefile
+++ b/Makefile
--- a/Makefile
+++ b/Makefile
+@@ -521,7 +521,7 @@ all: vmlinux
+ ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
+ KBUILD_CFLAGS += -Os
+ else
+-KBUILD_CFLAGS += -O2
++KBUILD_CFLAGS += -O2 -fno-reorder-blocks -fno-tree-ch
+ endif
+
+ include $(srctree)/arch/$(SRCARCH)/Makefile
@@ -559,6 +559,9 @@ endif
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)
@@ -559,6 +559,9 @@ endif
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)
This page took
0.032483 seconds
and
4
git commands to generate.