projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: merge dev-ar9{13,34}x-wmac into dev-ar9xxx-wmac
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.38
/
012-extra_optimization.patch
diff --git
a/target/linux/generic/patches-2.6.38/012-extra_optimization.patch
b/target/linux/generic/patches-2.6.38/012-extra_optimization.patch
index
4984fad
..
d173e4c
100644
(file)
--- a/
target/linux/generic/patches-2.6.38/012-extra_optimization.patch
+++ b/
target/linux/generic/patches-2.6.38/012-extra_optimization.patch
@@
-1,11
+1,14
@@
--- a/Makefile
+++ b/Makefile
--- a/Makefile
+++ b/Makefile
-@@ -541,7 +541,7 @@ all: vmlinux
+@@ -539,9 +539,9 @@ endif # $(dot-config)
+ all: vmlinux
+
ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
- KBUILD_CFLAGS += -Os
+-KBUILD_CFLAGS += -Os
++KBUILD_CFLAGS += -Os -fno-caller-saves
else
-KBUILD_CFLAGS += -O2
else
-KBUILD_CFLAGS += -O2
-+KBUILD_CFLAGS += -O2 -fno-reorder-blocks -fno-tree-ch
++KBUILD_CFLAGS += -O2 -fno-reorder-blocks -fno-tree-ch
-fno-caller-saves
endif
include $(srctree)/arch/$(SRCARCH)/Makefile
endif
include $(srctree)/arch/$(SRCARCH)/Makefile
This page took
0.024316 seconds
and
4
git commands to generate.