From 3144260b4beac9ea5ff4b1bd592817e63fb53b1f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 28 Apr 2009 19:38:35 +0200 Subject: [PATCH] --- yaml --- r: 144962 b: refs/heads/master c: 05e41404470662a17699af9e6d91fc80ed91e757 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a07ba72597cb..2884a8130575 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 165533c3bd750042e7e140dff5bc2406a5104efe +refs/heads/master: 05e41404470662a17699af9e6d91fc80ed91e757 diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 8d544c7c9fe9..3d5626ee0a5c 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -14,8 +14,6 @@ KBUILD_DEFCONFIG := ip22_defconfig -cflags-y := -ffunction-sections - # # Select the object file format to substitute into the linker script. # @@ -50,6 +48,8 @@ ifneq ($(SUBARCH),$(ARCH)) endif endif +cflags-y := -ffunction-sections + ifdef CONFIG_32BIT ld-emul = $(32bit-emul) vmlinux-32 = vmlinux