From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by sourceware.org (Postfix) with ESMTPS id 1F8F1385840F for ; Thu, 17 Mar 2022 13:28:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1F8F1385840F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lf1-f51.google.com with SMTP id w12so8996133lfr.9 for ; Thu, 17 Mar 2022 06:28:42 -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:reply-to :from:date:message-id:subject:to; bh=Gg21dKGrS4XEUCjR1op8eCgH6flntWi0OzVeuxSK1jA=; b=KVcgKDo+C17c9wxgx17Xay8dpO46tSzpQL7eOP/u1TsQEWKD7cYgHkZnKOAdseFgKs ZejDgFx+uHNmHNjKfchBchHj1EbDGdqUXdJTl1dbI6yILXjCZYvoIm//3jmk9bwegige Fk86liSbGICsi4OHUwhQxyBna3u6m3NX8xZP2wqmME8enjCkNK+JEiSYSefFBWVv01RE Qq9j301We6JFc2+i3pTifeDhCrFgavGkg0GAAAmKC44u/ssMGlFC6yNsSt6lAklmQZGE xDJEGBIc046jPd6FzVFx+xhC9oihMUeeQt3UYvcGgdB/T4lbDN2t0gPo2pAEl3wSH+EN cQTg== X-Gm-Message-State: AOAM531P1xKWlDZWhzRC+S6gWlj0kvraTqw+w9xNDwo7hPJHN4iW28rX DYdV3YN2RJ8WfMmJ+CBnEbg223tCVYt/Og== X-Google-Smtp-Source: ABdhPJx2YZBRRQo8+xXHiyh8Lp4EU0lVw52ays2p31HtNANA7QaRjfarkJ78I0jjGUxorKzoO3v5Fw== X-Received: by 2002:a19:ac04:0:b0:448:7cf8:c5a3 with SMTP id g4-20020a19ac04000000b004487cf8c5a3mr2852004lfc.65.1647523720385; Thu, 17 Mar 2022 06:28:40 -0700 (PDT) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com. [209.85.167.53]) by smtp.gmail.com with ESMTPSA id f11-20020a05651c02cb00b00244bd3dd6bdsm435581ljo.5.2022.03.17.06.28.39 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 17 Mar 2022 06:28:39 -0700 (PDT) Received: by mail-lf1-f53.google.com with SMTP id b28so9023689lfc.4 for ; Thu, 17 Mar 2022 06:28:39 -0700 (PDT) X-Received: by 2002:a05:6512:3610:b0:448:b49f:dd2e with SMTP id f16-20020a056512361000b00448b49fdd2emr3133102lfs.502.1647523719426; Thu, 17 Mar 2022 06:28:39 -0700 (PDT) MIME-Version: 1.0 References: <6c1295ba-b1bc-c6b7-1176-4ee43f420f97@embedded-brains.de> In-Reply-To: Reply-To: joel@rtems.org From: Joel Sherrill Date: Thu, 17 Mar 2022 08:28:28 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: and my ship fades off into the nite To: Newlib X-Spam-Status: No, score=-3031.6 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2022 13:28:49 -0000 On Thu, Mar 17, 2022 at 4:52 AM Corinna Vinschen wrote: > On Mar 17 07:32, Sebastian Huber wrote: > > On 17/03/2022 04:15, Mike Frysinger wrote: > > > just a heads up that i've largely "completed" the work that i intend > to on the > > > libgloss & newlib build systems. hopefully people find it better off > than when > > > i started. i'll still be around, so if i introduced a regression, i'm > happy to > > > take a look. if people have questions, hopefully the documentation > updates i > > > merged will cover it, or i can explain things as needed. but other > than the > > > few minor patches i've already posted, i don't have anything else > scheduled. > > > i'm off to find another project to procrastinate on instead. > > > > Thanks a lot for your great work in cleaning up and documenting the > Newlib > > build system. I think this was a really big step for Newlib > maintainability. > > I second that. Getting newlib's build system up to speed like this is a > major improvement and tackling that was a heroic task. > Explaining it to Google Summer of Code students interested in adding some capability was very frustrating. It generally took a while before they could add anything. Speed improvements are always great but this was a huge win in the simplicity department. > > Thanks a lot! > This is very much appreciated. --joel > > > Corinna > >