From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x641.google.com (mail-pl1-x641.google.com [IPv6:2607:f8b0:4864:20::641]) by sourceware.org (Postfix) with ESMTPS id 45E2B3857717 for ; Thu, 10 Aug 2023 19:51:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 45E2B3857717 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=cs.washington.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cs.washington.edu Received: by mail-pl1-x641.google.com with SMTP id d9443c01a7336-1bd9b4f8e0eso8436245ad.1 for ; Thu, 10 Aug 2023 12:51:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cs.washington.edu; s=goo201206; t=1691697061; x=1692301861; h=references:in-reply-to:message-id:date:subject:to:from:from:to:cc :subject:date:message-id:reply-to; bh=WHXhEjTtBA3fvRnC54I2remBN6JfYom7heIS6jLqU4E=; b=lP05C6bb7op/hOL6UTUyLybsfgasX9yf87JLUj/9ZVzhw69iYl984tXfGVEXTwBEMf tElooVo+ACCLDdSIgsne82cUGVLzbIEYbh8lW+giiig4DecYmYfXIb8AWO6V9//1lH9P rzpELeUsZ2JLdONxePDrFKxyrONQuZCSZh69U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691697061; x=1692301861; h=references:in-reply-to:message-id:date:subject:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=WHXhEjTtBA3fvRnC54I2remBN6JfYom7heIS6jLqU4E=; b=DJ17+U5K3Yb3SO38Ruy91qe8EO2wKkz2/AY1hpBd9vnOvLXD1FoefCMezkITDttJxD /VXiOnA7KdT1TtUi3jEePvcoEuCXs9EooLDzDKtvxy0lt6Z9jWk2ilCf6jjtYfmsd0cF Kb1lJykmHM5+/foXaSvW4rCCN0oqL44z0LKJcTXflSsW/qYa5Y6AKyayE1IQ0j513CWt qHRgFsND6wq124FFeFF0/Ou15X4GtX43UaylpUOq4pdVhisMsw2jvOtgoVeLIatdMV5j /lWdKpxC4bLY8228zm6AVgWmbcRdmgJ98PyC7lkqYutWA08evLVijIMdxErWVBT5LIxg 8u0A== X-Gm-Message-State: AOJu0YwjR/qTZFoo+2TPljrkAzcgooxoBg7sK1V2ZaXyW5PPJnAAmCbr 2v4YzGFT0ifUN2oDtBOY5mqVvCHPa3cOYd04cwk8SlqX X-Google-Smtp-Source: AGHT+IHLsKybF4SNFJBvJBKVGyystULzdnPJuhWeuPhghWJOOx1pY/Bgu3KZQWxKDYTC9RxOFVMkRw== X-Received: by 2002:a17:903:228a:b0:1bb:c64f:9a5e with SMTP id b10-20020a170903228a00b001bbc64f9a5emr3383026plh.5.1691697060892; Thu, 10 Aug 2023 12:51:00 -0700 (PDT) Received: from kk9.cs.washington.edu ([205.175.118.136]) by smtp.gmail.com with ESMTPSA id iy17-20020a170903131100b001bba7002132sm2167967plb.33.2023.08.10.12.51.00 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Aug 2023 12:51:00 -0700 (PDT) From: Dan Petrisko To: newlib@sourceware.org Subject: Adding a LittleFS-based self-contained target to libgloss Date: Thu, 10 Aug 2023 12:50:55 -0700 Message-Id: <20230810195057.18266-1-petrisko@cs.washington.edu> X-Mailer: git-send-email 2.16.5 In-Reply-To: References: X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP 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: Got it! I've extracted the configure changes to the toplevel configure.ac. BTW, what is the correct branch to base my changes on? Thanks, -Dan