X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d6c71fb4105e3c3d678ba66f3a343f84a08755bd..500f4310ea0cb4923fb17cf56971ea85bc4abfdb:/target/linux/generic-2.6/patches-2.6.30/004-extra_optimization.patch diff --git a/target/linux/generic-2.6/patches-2.6.30/004-extra_optimization.patch b/target/linux/generic-2.6/patches-2.6.30/004-extra_optimization.patch index 05fd5fbde..0b5174cbb 100644 --- a/target/linux/generic-2.6/patches-2.6.30/004-extra_optimization.patch +++ b/target/linux/generic-2.6/patches-2.6.30/004-extra_optimization.patch @@ -1,6 +1,15 @@ --- a/Makefile +++ b/Makefile -@@ -566,6 +566,9 @@ endif +@@ -529,7 +529,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 +@@ -567,6 +567,9 @@ endif NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) CHECKFLAGS += $(NOSTDINC_FLAGS)