Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/shark/instkernel/instkernel use ARM_ELF2AOUT
details: https://anonhg.NetBSD.org/src/rev/88e5deae7006
branches: trunk
changeset: 995706:88e5deae7006
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 02 17:34:03 2019 +0000
description:
use ARM_ELF2AOUT
diffstat:
distrib/shark/instkernel/instkernel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5992a5980d00 -r 88e5deae7006 distrib/shark/instkernel/instkernel/Makefile
--- a/distrib/shark/instkernel/instkernel/Makefile Wed Jan 02 17:32:25 2019 +0000
+++ b/distrib/shark/instkernel/instkernel/Makefile Wed Jan 02 17:34:03 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2011/07/10 04:37:56 tsutsui Exp $
+# $NetBSD: Makefile,v 1.24 2019/01/02 17:34:03 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -12,7 +12,7 @@
MDSET_SUFFIXES.-= aout create-aout
create-aout= \
- ${OBJCOPY} ${OBJCOPY_ELF2AOUT_FLAGS} ${.TARGET:R} ${.TARGET}
+ ${ARM_ELF2AOUT} ${.TARGET:R} ${.TARGET}
release:: check_RELEASEDIR .WAIT netbsd-INSTALL.aout.gz
${RELEASE_INSTALL} netbsd-INSTALL.aout.gz \
Home |
Main Index |
Thread Index |
Old Index