From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x536.google.com (mail-pg1-x536.google.com [IPv6:2607:f8b0:4864:20::536]) by sourceware.org (Postfix) with ESMTPS id F089E3858CDB for ; Thu, 20 Jul 2023 17:43:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F089E3858CDB Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-x536.google.com with SMTP id 41be03b00d2f7-53fbf2c42bfso686338a12.3 for ; Thu, 20 Jul 2023 10:43:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689874998; x=1690479798; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=iXjg4i8XThYEV5MhxYJ3VpL2JVyB/yO6WtGHRq7ovu0=; b=PGsQ0GJatmJWlcc2EqNfHNzEZvUshEsQSTyYc9IvJSxgb+1qR6UyOwgz5nf8wdGW3n DDHbBiT2b+TR4OXxlkS4yc+d3OA58TwXFiiA7ES425xdh9nK/mTjXuawFHLsI2axCEXm XFAaicZnAx2+AQ6IK+pFmk9m7XpWRGndz6+tyRoI1prMwzSv6k0zMB8AwffY97apPr9v JJwDcGLQKNhk+ps0/4J2IrE6OeGmIkBm+pQXQoXv8zKJx0C10/gSI9hZFT5NtEji3n79 gN5IyCdgLd0V0AkMSiCNTZfzPvIpSHMA/tEz3Mb+nTdbGXO1e8Zz4sCxyufJ6EUIUwRQ 2cWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689874998; x=1690479798; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iXjg4i8XThYEV5MhxYJ3VpL2JVyB/yO6WtGHRq7ovu0=; b=EfJioF5A/A1qG9JpNQ40O7za9nsLxnBDSLRe8A8QlQFM9Xc3KuNITxHqnqi0aPlN+K 2Mri1Z4fyBk574b//HKU77kEyPx64/gidw7jfYNAq0KsvIAOkbydzUSOI5ad3L/8wLle 2DPcHf1C8Vns06VOgfWvA36sk/sNnleFGLwZ6sfmDTWRpB39guz0ssE/779OYruCiPzs LmcwUA5izMsBBtz5mpZ7nCDGQoHGzTICjQdgCMsMZ6/aaRnJYQYX8Z4reRVGbD4mM3ob YQBCJOQSwuhIeIQfqyJUbhsS69+9UDq5rKsIkFoarj89f7ITDf1lJQyZGHTGBgPLnH3Z oyAA== X-Gm-Message-State: ABy/qLbfvVA5DTziKMt8e5P8PZf2mU4MISbABcrf4muaBQcPm0ej2rti NPtjIA9Iq9a3p5wGVt+jRVzMGNM5Upw1bD4g6r1Y3Dt2s7s3JQ== X-Google-Smtp-Source: APBJJlH6WE1f+UiRHzG+Vbf/5My6UyOi6QlTs3twMen4gJZDgBOf46+syisQUJivKPkVPTO4by3bIQP+5X+9GE7Athw= X-Received: by 2002:a17:90b:1015:b0:263:25f9:6603 with SMTP id gm21-20020a17090b101500b0026325f96603mr185941pjb.13.1689874998320; Thu, 20 Jul 2023 10:43:18 -0700 (PDT) MIME-Version: 1.0 References: <485a6a6c62a8632d9e3ac44b2d8fd935c0e0a78b.camel@espressif.com> <764ac77b1311325242c0c2ab709fa31f5bf62f8f.camel@espressif.com> <6f48961bc7987f7fcfa3f0edd73b1d94e8f39d45.camel@espressif.com> In-Reply-To: <6f48961bc7987f7fcfa3f0edd73b1d94e8f39d45.camel@espressif.com> From: Max Filippov Date: Thu, 20 Jul 2023 10:43:06 -0700 Message-ID: Subject: Re: [PATCH 2/3] gcc: xtensa: use dynconfig settings as builtin-macros To: Alexey Lapshin Cc: "gcc-patches@gcc.gnu.org" , Alexey Gerenkov , Ivan Grokhotkov Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,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 Thu, Jul 20, 2023 at 9:10=E2=80=AFAM Alexey Lapshin wrote: > I see now, thanks for the explanation, I will try to rebuild toolchain wi= thout this particular patch. > BTW, what do you thing about placing config from newlib overlay to dyncon= fig? That's the right thing to do. Bonus points for keeping backwards compatibility with the overlay-based configuration method (: I did the same for the uClibc, but the change is still in my queue: https://github.com/jcmvbkbc/uclibc-ng-xtensa/commit/842aede0537812a0d2158= 433c5e048ee87324075 --=20 Thanks. -- Max