From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id 53499385781C for ; Fri, 22 Oct 2021 22:48:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 53499385781C Received: by mail-wm1-x331.google.com with SMTP id 193-20020a1c01ca000000b00327775075f7so5099037wmb.5 for ; Fri, 22 Oct 2021 15:48:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jthjTwSGLLbkWTGqa3MDYlbQLnwospTT+pafKozfLJ0=; b=IXi4/zjVGOVQAl1eR8eO2XelqaUC3eogricApcLhTASnLF4wa6sNXPi14+KmZDumPJ 67iHlJT5/YwLyJehklRr7k4nimJ6M05WFgb+ZayFQNY/iV+WVAZ2KDV+c0Hz/LMyGNKE suhav0VR5/wA/My6PO/F4RV7FAbbkzbepziaMchtFY9VKiUxY9Y+kwLmzDNtspDl0dIQ ipCB6U0LkeD2/kF6h9z2naLBGq7z1sDvfHPcSO5oD9cs0gLEt71nY42r9AApZhs+s1op ZoE/eCZx0Gin+zsDtBVP6Wgyt1z6v+kZlgjSRRYi7FV7i8Jh2yrgsLpgir6g8Q9wcxeF bRFQ== X-Gm-Message-State: AOAM530TqrMm7sT4Mj/yokqfb3ZHS/20oEYrdUzNI40agk8rzyQugEz7 hSpwOLSo5L+9RIbP6mXLad0XP/Vmy4wUEYXpod+ojg== X-Google-Smtp-Source: ABdhPJxPImds7PG8R383K+Odicfwnn30Vmr6BUulxrl5ppJ4LczxT87YdzkuzxKdbRXW1f5qGmOUqHOLJDyofKdoOsc= X-Received: by 2002:a7b:c0c2:: with SMTP id s2mr2744359wmh.101.1634942887193; Fri, 22 Oct 2021 15:48:07 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Eric Gallager Date: Fri, 22 Oct 2021 15:47:55 -0700 Message-ID: Subject: Re: [PATCH][WIP] Add install-dvi Makefile targets To: Jeff Law Cc: gcc-patches , law@gcc.gnu.org, marxin@gcc.gnu.org, fortran Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2021 22:48:09 -0000 On Fri, Oct 22, 2021 at 8:23 AM Jeff Law wrote: > > > > On 10/18/2021 7:30 PM, Eric Gallager wrote: > > On Tue, Oct 12, 2021 at 5:09 PM Eric Gallager wrote: > >> On Thu, Oct 6, 2016 at 10:41 AM Eric Gallager 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 > >>> > >>> * Makefile.def: Handle install-dvi target. > >>> * Makefile.tpl: Likewise. > >>> * Makefile.in: Regenerate. > >>> > >>> gcc/ChangeLog: > >>> > >>> 2016-10-06 Eric Gallager > >>> > >>> * 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 > >>> > >>> * 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