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/1ff105d7a5ff
branches: trunk
changeset: 798084:1ff105d7a5ff
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 a010b8bdaa7e -r 1ff105d7a5ff 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