when using -O2 instead of -Os, get rid of the two optimizations that are causing...
authorFelix Fietkau <nbd@openwrt.org>
Tue, 22 Sep 2009 18:00:35 +0000 (18:00 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 22 Sep 2009 18:00:35 +0000 (18:00 +0000)
commit6f4e700acd737903c12fee0f0790f84c39a28a19
treeb1b28158e4f1c35a90d975f3362cd23d4cd360cd
parent0754070949d428bf409e38b084431a9910d7b72a
when using -O2 instead of -Os, get rid of the two optimizations that are causing most of the extra bloat. brings kernel size close to the -Os size again

SVN-Revision: 17679
target/linux/generic-2.6/patches-2.6.28/004-extra_optimization.patch
target/linux/generic-2.6/patches-2.6.30/004-extra_optimization.patch
target/linux/generic-2.6/patches-2.6.31/004-extra_optimization.patch