Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Get rid of LD_TAIL now that there is a ...



details:   https://anonhg.NetBSD.org/src/rev/0fd6f3251019
branches:  trunk
changeset: 765468:0fd6f3251019
user:      matt <matt%NetBSD.org@localhost>
date:      Sat May 28 00:07:24 2011 +0000

description:
Get rid of LD_TAIL now that there is a common version in Makefile.evbppc.inc

diffstat:

 sys/arch/evbppc/conf/Makefile.mpc85xx.inc |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (20 lines):

diff -r fc85f7c8b4d7 -r 0fd6f3251019 sys/arch/evbppc/conf/Makefile.mpc85xx.inc
--- a/sys/arch/evbppc/conf/Makefile.mpc85xx.inc Sat May 28 00:06:38 2011 +0000
+++ b/sys/arch/evbppc/conf/Makefile.mpc85xx.inc Sat May 28 00:07:24 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mpc85xx.inc,v 1.2 2011/01/18 01:10:24 matt Exp $
+#      $NetBSD: Makefile.mpc85xx.inc,v 1.3 2011/05/28 00:07:24 matt Exp $
 
 CFLAGS+=               -mmultiple
 CFLAGS+=               -mno-string -misel -Wa,-me500
@@ -11,10 +11,3 @@
 
 SYSTEM_FIRST_OBJ=      mpc85xx_start.o
 SYSTEM_FIRST_SFILE=    ${THISPPC}/mpc85xx/mpc85xx_start.S
-
-SYSTEM_LD_TAIL_EXTRA+=; \
-       echo ${OBJCOPY} -S -O binary $@ $@.bin; \
-       ${OBJCOPY} -S -O binary $@ $@.bin
-
-EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
-



Home | Main Index | Thread Index | Old Index