arm-builtins needs insn-opinit.h

I had this sitting in my tree already, but prompted by Michael Plass on
port-arm
This commit is contained in:
skrll 2016-06-17 03:27:50 +00:00
parent 1e522d74f9
commit a38b18bd73

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2016/05/04 00:28:23 mrg Exp $
# $NetBSD: Makefile,v 1.32 2016/06/17 03:27:50 skrll Exp $
LIBISPRIVATE= yes
@ -449,6 +449,7 @@ alpha.d alpha.o: tm-constrs.h tm_p.h insn-opinit.h target-hooks-def.h
.if ${MACHINE_CPU} == "arm"
arm.d arm.o: insn-constants.h tm_p.h insn-opinit.h target-hooks-def.h
arm-builtins.d arm-builtins.o: insn-opinit.h
.endif
.if ${GCC_MACHINE_ARCH} == "i386" || ${GCC_MACHINE_ARCH} == "x86_64"