Module Name:    src
Committed By:   isaki
Date:           Fri Aug  8 15:20:10 UTC 2014

Modified Files:
        src/sys/arch/x68k/stand/xxboot: Makefile.xxboot

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/xxboot/Makefile.xxboot

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/x68k/stand/xxboot/Makefile.xxboot
diff -u src/sys/arch/x68k/stand/xxboot/Makefile.xxboot:1.2 src/sys/arch/x68k/stand/xxboot/Makefile.xxboot:1.3
--- src/sys/arch/x68k/stand/xxboot/Makefile.xxboot:1.2	Mon Aug 12 16:34:05 2013
+++ src/sys/arch/x68k/stand/xxboot/Makefile.xxboot	Fri Aug  8 15:20:10 2014
@@ -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=   -n -Bstatic -T ${.CURDIR}/.
 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}

Reply via email to