From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by sourceware.org (Postfix) with ESMTPS id 57F50385829E for ; Fri, 26 Aug 2022 14:51:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 57F50385829E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-pj1-x102b.google.com with SMTP id h11-20020a17090a470b00b001fbc5ba5224so1993577pjg.2 for ; Fri, 26 Aug 2022 07:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:to:from:cc :in-reply-to:subject:date:from:to:cc; bh=BLCYlxO7fawTRK2H0LZiv15kq+ra6IGGtWqoSJ9B0ys=; b=PFM+Gik0D45aTFKAg5Onk+jumoX+ouDyUz4x9HbA/HV/nROPUXyfRPGmgBCIbvcHSY 0R0QaFP5g4cKSNYdiXG9p+Bdn5+sPKpY7/f8Fw1I1tKWoLXh5tnU3uEaeUjpct28C/2N n6WRBVoSIldoi3RX5D6StF8UC9CWkTUoDz8qClGUtfIQOWzhk/5CXoChyqUZdtzTP1sH 0sjIkmKxPj0HYCM5pb8jOqyrk8HmMoBtoo+i/2GgBa42FBou77YZcgvnynxhROki4Ml8 BHvxlY1c/Ch1sQuQM2iyAXyIFldnt0QDsTKPVFbR2ZUDebus0632s2Ospmqyut5d6FaZ MqFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:to:from:cc :in-reply-to:subject:date:x-gm-message-state:from:to:cc; bh=BLCYlxO7fawTRK2H0LZiv15kq+ra6IGGtWqoSJ9B0ys=; b=j3crtYFZSdUN0geJddqaIlgplByERkkmREL/5tnDzI4wQO26DbwSLRqmgqMIYgAg6Y jia9GxSED/yNAlbS+2s+qPupTYNk/hbgX4uE+g6yqtZlnnqMEXKszWT9YV2am6usPAEt 29fgcgJp8vq0M7cMF2h0qf+WYz+yMAUeTFNl/u6kZc4jyiIfj+St+7FbRTrVsiqzWvJV Y+RbyW8i/KUrhEVQnSMPnhAZnwYcqOVSLFdxG/LP9tWGnKarz9pYqAd1weq84q4oerZ4 NrUujFK4eTK3vXkRn0HwuFV7TdtIlYGN9cR+RiRPz3grxeaJB4osiPc9ivBtZa8/v/d5 pYnA== X-Gm-Message-State: ACgBeo0cfe1u/RlMSGwRSFTne9bOS817dlvxwcXXJEiMQ80eWO+3bI6k cGMWbtUKfnGkMEu5WCRL2X5qQsruiTPnYA== X-Google-Smtp-Source: AA6agR59o3xVYTSfra3Br+/sz7aiN7lUwJeDNserDFyGmXScbth7K8GcOJZGTuy7RaJmK87mRcbVfA== X-Received: by 2002:a17:90a:d90c:b0:1fa:c99f:757d with SMTP id c12-20020a17090ad90c00b001fac99f757dmr4890195pjv.240.1661525499082; Fri, 26 Aug 2022 07:51:39 -0700 (PDT) Received: from localhost (76-210-143-223.lightspeed.sntcca.sbcglobal.net. [76.210.143.223]) by smtp.gmail.com with ESMTPSA id y68-20020a62ce47000000b0052cc561f320sm1814360pfg.54.2022.08.26.07.51.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Aug 2022 07:51:38 -0700 (PDT) Date: Fri, 26 Aug 2022 07:51:38 -0700 (PDT) X-Google-Original-Date: Fri, 26 Aug 2022 07:51:37 PDT (-0700) Subject: Re: [PATCH] libgloss: riscv: Convert to non-recursive automake In-Reply-To: CC: newlib@sourceware.org From: Palmer Dabbelt To: vinschen@redhat.com Message-ID: Mime-Version: 1.0 (MHng) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 26 Aug 2022 07:49:23 PDT (-0700), vinschen@redhat.com wrote: > On Aug 23 16:12, Palmer Dabbelt wrote: >> PR 29515 points out our documentation builds are broken, let's just move >> over to the new non-recursive builds. >> >> Signed-off-by: Palmer Dabbelt >> --- >> I think something as small as adding an empty "html" target could make that bug >> report go away, but when poking around I couldn't figure out why our >> Makefile.in was so different. I ended up running into vapier's build system >> conversion patches and figured it would be easier to just throw away our >> current build configuration rather than trying to figure out how it works. >> >> This builds for me and the resulting libraries look generally OK, but I don't >> personally use newlib right now so I don't have anything specific setup for >> testing. >> >> I haven't included the generated files from running autoconf/automake as I'm >> getting a lot of diff right now due to some version mis-matches on my >> development box. If folks like this then I'm happy to sort that out, just >> figured I'd send something along now to see if this is the right way to go -- >> it's a lot of diff just to make "make html" work, but as far as I can tell the >> plan is to convert all subdirs over eventually so it seems sane to me. > > Pushed with regenerated configurey. Thanks!