Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc.old/usr.bin/backend For alpha, generating ...



details:   https://anonhg.NetBSD.org/src/rev/3f27ae44e3a0
branches:  trunk
changeset: 825669:3f27ae44e3a0
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 27 16:05:15 2017 +0000

description:
For alpha, generating alpha.d first needs pass-instances.def re-generated.

diffstat:

 external/gpl3/gcc.old/usr.bin/backend/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 22e80e9d2bee -r 3f27ae44e3a0 external/gpl3/gcc.old/usr.bin/backend/Makefile
--- a/external/gpl3/gcc.old/usr.bin/backend/Makefile    Thu Jul 27 12:15:59 2017 +0000
+++ b/external/gpl3/gcc.old/usr.bin/backend/Makefile    Thu Jul 27 16:05:15 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2017/07/23 01:12:17 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2017/07/27 16:05:15 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