patch-2.4.22 linux-2.4.22/arch/sparc64/boot/Makefile
Next file: linux-2.4.22/arch/sparc64/config.in
Previous file: linux-2.4.22/arch/sparc/kernel/sys_sparc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/sparc64/boot/Makefile
- Orig date:
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.21/arch/sparc64/boot/Makefile linux-2.4.22/arch/sparc64/boot/Makefile
@@ -20,7 +20,7 @@
$(HOSTCC) $(HOSTCFLAGS) -o piggyback piggyback.c
image: $(TOPDIR)/vmlinux
- $(STRIP) -R .comment -R .note $(TOPDIR)/vmlinux -o $@
+ $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $(TOPDIR)/vmlinux -o $@
dep:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)