Commit a89c61eb authored by Ben Collins's avatar Ben Collins

[SPARC64]: Final image strip not to strip too much.

parent 02497622
......@@ -15,7 +15,7 @@ quiet_cmd_elftoaout = ELT2AOUT $@
quiet_cmd_piggy = PIGGY $@
cmd_piggy = $(obj)/piggyback $@ System.map $(ROOT_IMG)
quiet_cmd_strip = STRIP $@
cmd_strip = $(STRIP) -R .comment -R .note vmlinux -o $@
cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start vmlinux -o $@
# Actual linking
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment