Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204614
b: refs/heads/master
c: 5089ca9
h: refs/heads/master
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Aug 5, 2010
1 parent 21f7b0b commit 8eefb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c4b7fde941639bd96c7d0429b4da925f07be75f
refs/heads/master: 5089ca9d31b0250f42ccd0e0a41b3547f22a20a0
3 changes: 3 additions & 0 deletions trunk/arch/mips/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eefb89

Please sign in to comment.