Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/cats/instkernel use arm_elf2aout
details: https://anonhg.NetBSD.org/src/rev/63a3eb73b3dd
branches: trunk
changeset: 447165:63a3eb73b3dd
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 02 17:32:25 2019 +0000
description:
use arm_elf2aout
diffstat:
distrib/cats/instkernel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 13a3919d8f4e -r 63a3eb73b3dd distrib/cats/instkernel/Makefile
--- a/distrib/cats/instkernel/Makefile Wed Jan 02 17:29:58 2019 +0000
+++ b/distrib/cats/instkernel/Makefile Wed Jan 02 17:32:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2011/07/10 04:37:56 tsutsui Exp $
+# $NetBSD: Makefile,v 1.22 2019/01/02 17:32:25 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -13,7 +13,7 @@
MDSET_NOSTRIP= # defined
MDSET_POST.netbsd-INSTALL.aout= \
- ${OBJCOPY} ${OBJCOPY_ELF2AOUT_FLAGS} ${.TARGET} ${.TARGET}.tmp ;\
+ ${ARM_ELF2AOUT} ${.TARGET} ${.TARGET}.tmp && \
mv ${.TARGET}.tmp ${.TARGET}
.include "${DISTRIBDIR}/common/Makefile.mdset"
Home |
Main Index |
Thread Index |
Old Index