patch-2.4.19 linux-2.4.19/arch/ppc/boot/images/Makefile

Next file: linux-2.4.19/arch/ppc/boot/ld.script
Previous file: linux-2.4.19/arch/ppc/boot/common/util.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/ppc/boot/images/Makefile linux-2.4.19/arch/ppc/boot/images/Makefile
@@ -5,7 +5,7 @@
 include $(TOPDIR)/Rules.make
 
 vmlinux.gz: $(TOPDIR)/vmlinux
-	$(OBJCOPY) -S -O binary $(TOPDIR)/vmlinux vmlinux
+	$(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlinux
 	gzip -vf9 vmlinux
 
 clean:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)