From 7e2a6d52878a07f5284a8a6e8081dec707d51ec5 Mon Sep 17 00:00:00 2001 From: isaki Date: Fri, 8 Aug 2014 15:20:10 +0000 Subject: [PATCH] Remove OBJCOPY?=objcopy. Falling back to the hosttool is not a good way now. --- sys/arch/x68k/stand/xxboot/Makefile.xxboot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/x68k/stand/xxboot/Makefile.xxboot b/sys/arch/x68k/stand/xxboot/Makefile.xxboot index 3cbe522fa2f0..68f664fca630 100644 --- a/sys/arch/x68k/stand/xxboot/Makefile.xxboot +++ b/sys/arch/x68k/stand/xxboot/Makefile.xxboot @@ -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}/../xxboot.ldscript -M 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}