Module Name: src
Committed By: christos
Date: Sat Jul 15 23:26:46 UTC 2017
Modified Files:
src/sys/arch/macppc/stand/bootxx: Makefile
Log Message:
Avoid missing _restgpr_30_x
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/stand/bootxx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/stand/bootxx/Makefile
diff -u src/sys/arch/macppc/stand/bootxx/Makefile:1.16 src/sys/arch/macppc/stand/bootxx/Makefile:1.17
--- src/sys/arch/macppc/stand/bootxx/Makefile:1.16 Thu Apr 20 15:09:29 2017
+++ src/sys/arch/macppc/stand/bootxx/Makefile Sat Jul 15 19:26:46 2017
@@ -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 @@ CLEANFILES+= ${PROG}.sym
${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>