Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/stand/bootxx Avoid missing _restgpr_30_x
details: https://anonhg.NetBSD.org/src/rev/92f6dfe548d4
branches: trunk
changeset: 355166:92f6dfe548d4
user: christos <christos%NetBSD.org@localhost>
date: Sat Jul 15 23:26:46 2017 +0000
description:
Avoid missing _restgpr_30_x
diffstat:
sys/arch/macppc/stand/bootxx/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 80d0c7dd743a -r 92f6dfe548d4 sys/arch/macppc/stand/bootxx/Makefile
--- a/sys/arch/macppc/stand/bootxx/Makefile Sat Jul 15 22:48:32 2017 +0000
+++ b/sys/arch/macppc/stand/bootxx/Makefile Sat Jul 15 23:26:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/04/20 19:09:29 uwe Exp $
+# $NetBSD: Makefile,v 1.17 2017/07/15 23:26:46 christos Exp $
S!= cd ${.CURDIR}/../../../..; pwd
@@ -23,7 +23,7 @@
${PROG}: ${OBJS}
${_MKTARGET_LINK}
- ${LD} -o ${.TARGET}.sym ${LINKFLAGS} ${OBJS}
+ ${LD} -o ${.TARGET}.sym ${LINKFLAGS} ${OBJS} ${DESTDIR}/usr/lib/libgcc.a
${OBJCOPY} -O binary ${.TARGET}.sym ${.TARGET}
.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index