Module Name: src
Committed By: matt
Date: Sat May 28 00:07:25 UTC 2011
Modified Files:
src/sys/arch/evbppc/conf: Makefile.mpc85xx.inc
Log Message:
Get rid of LD_TAIL now that there is a common version in Makefile.evbppc.inc
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/conf/Makefile.mpc85xx.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbppc/conf/Makefile.mpc85xx.inc
diff -u src/sys/arch/evbppc/conf/Makefile.mpc85xx.inc:1.2 src/sys/arch/evbppc/conf/Makefile.mpc85xx.inc:1.3
--- src/sys/arch/evbppc/conf/Makefile.mpc85xx.inc:1.2 Tue Jan 18 01:10:24 2011
+++ src/sys/arch/evbppc/conf/Makefile.mpc85xx.inc Sat May 28 00:07:24 2011
@@ -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 $@ [email protected]; \
- ${OBJCOPY} -S -O binary $@ [email protected]
-
-EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
-