diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
commit | 96f8c15a36dbdde14df63e2e7dfea7a819716428 (patch) | |
tree | fe53bc1a1631dfd020746d97fea1de756b26f5e0 /target/linux/generic/patches-3.10/220-gc_sections.patch | |
parent | 7e19bb1854415df8fb65c017a0d2d64fd6a83bd1 (diff) | |
download | upstream-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.gz upstream-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.bz2 upstream-96f8c15a36dbdde14df63e2e7dfea7a819716428.zip |
kernel: update linux 3.10 to 3.10 final
3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116
Diffstat (limited to 'target/linux/generic/patches-3.10/220-gc_sections.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/220-gc_sections.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.10/220-gc_sections.patch b/target/linux/generic/patches-3.10/220-gc_sections.patch index 348970961d..f541deb899 100644 --- a/target/linux/generic/patches-3.10/220-gc_sections.patch +++ b/target/linux/generic/patches-3.10/220-gc_sections.patch @@ -506,11 +506,11 @@ .init.data : { --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile -@@ -122,6 +122,7 @@ ifeq ($(CONFIG_FUNCTION_TRACER),y) +@@ -123,6 +123,7 @@ ifeq ($(CONFIG_FUNCTION_TRACER),y) ORIG_CFLAGS := $(KBUILD_CFLAGS) KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS)) endif +KBUILD_CFLAGS_KERNEL := $(patsubst -f%-sections,,$(KBUILD_CFLAGS_KERNEL)) ccflags-y := -fpic -mno-single-pic-base -fno-builtin -I$(obj) - asflags-y := -Wa,-march=all -DZIMAGE + asflags-y := -DZIMAGE |