On Fri, Oct 22, 2021 at 8:23 AM Jeff Law <jeffreya...@gmail.com> wrote:
>
>
>
> On 10/18/2021 7:30 PM, Eric Gallager wrote:
> > On Tue, Oct 12, 2021 at 5:09 PM Eric Gallager <eg...@gwmail.gwu.edu> wrote:
> >> On Thu, Oct 6, 2016 at 10:41 AM Eric Gallager <eg...@gwmail.gwu.edu> wrote:
> >>> Currently the build machinery handles install-pdf and install-html
> >>> targets, but no install-dvi target. This patch is a step towards
> >>> fixing that. Note that I have only tested with
> >>> --enable-languages=c,c++,lto,objc,obj-c++. Thus, target hooks will
> >>> probably also have to be added for the languages I skipped.
> >>> Also, please note that this patch applies on top of:
> >>> https://gcc.gnu.org/ml/gcc-patches/2016-10/msg00370.html
> >>>
> >>> ChangeLog:
> >>>
> >>> 2016-10-06  Eric Gallager  <eg...@gwmail.gwu.edu>
> >>>
> >>>          * Makefile.def: Handle install-dvi target.
> >>>          * Makefile.tpl: Likewise.
> >>>          * Makefile.in: Regenerate.
> >>>
> >>> gcc/ChangeLog:
> >>>
> >>> 2016-10-06  Eric Gallager  <eg...@gwmail.gwu.edu>
> >>>
> >>>          * Makefile.in: Handle dvidir and install-dvi target.
> >>>          * ./[c|cp|lto|objc|objcp]/Make-lang.in: Add dummy install-dvi
> >>>          target hooks.
> >>>          * configure.ac: Handle install-dvi target.
> >>>          * configure: Regenerate.
> >>>
> >>> libiberty/ChangeLog:
> >>>
> >>> 2016-10-06  Eric Gallager  <eg...@gwmail.gwu.edu>
> >>>
> >>>          * Makefile.in: Handle dvidir and install-dvi target.
> >>>          * functions.texi: Regenerate.
> >> Ping. The prerequisite patch that I linked to previously has gone in now.
> >> I'm not sure if this specific patch still applies, though.
> >> Also note that I've opened a bug to track this issue:
> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663
> > Hi, I have updated this patch and tested it with more languages now; I
> > can now confirm that it works with ada, d, and fortran now. The only
> > languages that remain untested now are go (since I'm building on
> > darwin and go doesn't build on darwin anyways, as per bug 46986) and
> > jit (which I ran into a bug about that I brought up on IRC, and will
> > probably need to file on bugzilla). OK to install?
> Yea, I think this is OK.  We might need to adjust go/jit and perhaps
> other toplevel modules, but if those do show up as problems I think we
> can fault in those fixes.
>
> jeff

OK thanks, installed as r12-4636:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=c3e80a16af287e804b87b8015307085399755cd4

Reply via email to