Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/xxboot Remove OBJCOPY?=objcopy.



details:   https://anonhg.NetBSD.org/src/rev/be80c972a047
branches:  trunk
changeset: 331323:be80c972a047
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Aug 08 15:20:10 2014 +0000

description:
Remove OBJCOPY?=objcopy.
Falling back to the hosttool is not a good way now.

diffstat:

 sys/arch/x68k/stand/xxboot/Makefile.xxboot |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6c98add00668 -r be80c972a047 sys/arch/x68k/stand/xxboot/Makefile.xxboot
--- a/sys/arch/x68k/stand/xxboot/Makefile.xxboot        Fri Aug 08 15:19:51 2014 +0000
+++ b/sys/arch/x68k/stand/xxboot/Makefile.xxboot        Fri Aug 08 15:20:10 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.xxboot,v 1.2 2013/08/12 16:34:05 joerg Exp $
+#      $NetBSD: Makefile.xxboot,v 1.3 2014/08/08 15:20:10 isaki Exp $
 
 NOMAN=         # defined
 
@@ -47,7 +47,6 @@
 LINKFLAGS+=  -noinhibit-exec   # XXX
 .else
 LINKFLAGS=   -n -Bstatic -Ttext ${TEXT} -M
-OBJCOPY?=  objcopy
 .endif
 LIBIOCS!= cd $M/stand/libiocs && ${PRINTOBJDIR}
 LIBSA!=          cd $M/stand/libsa && ${PRINTOBJDIR}



Home | Main Index | Thread Index | Old Index