From 8eefb897d4dd2ab29f89529e8926f3f3ccccc2d2 Mon Sep 17 00:00:00 2001 From: Wu Zhangjin Date: Wed, 16 Jun 2010 15:52:21 +0800 Subject: [PATCH] --- yaml --- r: 204614 b: refs/heads/master c: 5089ca9d31b0250f42ccd0e0a41b3547f22a20a0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/boot/compressed/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9bc88f3c633b..f3f5c5ea0eb5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3c4b7fde941639bd96c7d0429b4da925f07be75f +refs/heads/master: 5089ca9d31b0250f42ccd0e0a41b3547f22a20a0 diff --git a/trunk/arch/mips/boot/compressed/Makefile b/trunk/arch/mips/boot/compressed/Makefile index 583149043293..ed9bb709c9a3 100644 --- a/trunk/arch/mips/boot/compressed/Makefile +++ b/trunk/arch/mips/boot/compressed/Makefile @@ -65,8 +65,11 @@ vmlinuzobjs-y += $(obj)/piggy.o quiet_cmd_zld = LD $@ cmd_zld = $(LD) $(LDFLAGS) -Ttext $(VMLINUZ_LOAD_ADDRESS) -T $< $(vmlinuzobjs-y) -o $@ +quiet_cmd_strip = STRIP $@ + cmd_strip = $(STRIP) -s $@ vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr $(call cmd,zld) + $(call cmd,strip) # # Some DECstations need all possible sections of an ECOFF executable