From: deraadt Date: Thu, 24 Jun 2021 05:41:43 +0000 (+0000) Subject: repair missing dependencies against bfd.h for riscv64 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=59dab872bcc1bea970822bd805db9146e2d0b45a;p=openbsd repair missing dependencies against bfd.h for riscv64 ok jsg drahn --- diff --git a/gnu/usr.bin/binutils-2.17/bfd/Makefile.am b/gnu/usr.bin/binutils-2.17/bfd/Makefile.am index 0a603c708ac..be55555e111 100644 --- a/gnu/usr.bin/binutils-2.17/bfd/Makefile.am +++ b/gnu/usr.bin/binutils-2.17/bfd/Makefile.am @@ -101,6 +101,7 @@ ALL_MACHINES = \ cpu-pdp11.lo \ cpu-pj.lo \ cpu-powerpc.lo \ + cpu-riscv64.lo \ cpu-rs6000.lo \ cpu-s390.lo \ cpu-sh.lo \ @@ -163,6 +164,7 @@ ALL_MACHINES_CFILES = \ cpu-pdp11.c \ cpu-pj.c \ cpu-powerpc.c \ + cpu-riscv64.c \ cpu-rs6000.c \ cpu-s390.c \ cpu-sh.c \ @@ -1052,6 +1054,7 @@ cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \ $(INCDIR)/hashtab.h +cpu-riscv64.lo: cpu-riscv64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ diff --git a/gnu/usr.bin/binutils-2.17/bfd/Makefile.in b/gnu/usr.bin/binutils-2.17/bfd/Makefile.in index c005fd7bdf2..25af73eef75 100644 --- a/gnu/usr.bin/binutils-2.17/bfd/Makefile.in +++ b/gnu/usr.bin/binutils-2.17/bfd/Makefile.in @@ -338,6 +338,7 @@ ALL_MACHINES = \ cpu-pdp11.lo \ cpu-pj.lo \ cpu-powerpc.lo \ + cpu-riscv64.lo \ cpu-rs6000.lo \ cpu-s390.lo \ cpu-sh.lo \ @@ -401,6 +402,7 @@ ALL_MACHINES_CFILES = \ cpu-pdp11.c \ cpu-pj.c \ cpu-powerpc.c \ + cpu-riscv64.c \ cpu-rs6000.c \ cpu-s390.c \ cpu-sh.c \ @@ -1623,6 +1625,7 @@ cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \ $(INCDIR)/hashtab.h +cpu-riscv64.lo: cpu-riscv64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \