Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin/backend Replicate fix from the old...
details: https://anonhg.NetBSD.org/src/rev/15876053de06
branches: trunk
changeset: 356249:15876053de06
user: he <he%NetBSD.org@localhost>
date: Tue Sep 12 09:25:24 2017 +0000
description:
Replicate fix from the old gcc.old: alpha.d needs pass-instances.def.
diffstat:
external/gpl3/gcc/usr.bin/backend/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8274aa68c873 -r 15876053de06 external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile Tue Sep 12 07:19:36 2017 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile Tue Sep 12 09:25:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2017/06/26 17:38:10 joerg Exp $
+# $NetBSD: Makefile,v 1.38 2017/09/12 09:25:24 he Exp $
LIBISPRIVATE= yes
@@ -445,6 +445,7 @@
.if ${GCC_MACHINE_ARCH} == "alpha"
alpha.d alpha.o: tm-constrs.h tm_p.h insn-opinit.h target-hooks-def.h
+alpha.d: pass-instances.def
.endif
.if ${MACHINE_CPU} == "arm"
Home |
Main Index |
Thread Index |
Old Index