Module Name: src Committed By: he Date: Tue Sep 12 09:25:24 UTC 2017
Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Replicate fix from the old gcc.old: alpha.d needs pass-instances.def. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/external/gpl3/gcc/usr.bin/backend/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/usr.bin/backend/Makefile diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.37 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.38 --- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.37 Mon Jun 26 17:38:10 2017 +++ src/external/gpl3/gcc/usr.bin/backend/Makefile Tue Sep 12 09:25:24 2017 @@ -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 @@ final.o: target-hooks-def.h c-family/c-t .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"