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/a28933949743
branches:  trunk
changeset: 826550:a28933949743
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 340f05c82a9e -r a28933949743 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