From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 26924C00144 for ; Fri, 29 Jul 2022 19:58:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id BB49C40C81; Fri, 29 Jul 2022 19:58:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org BB49C40C81 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s7nCk7wxE2qY; Fri, 29 Jul 2022 19:58:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id DD1A840C4F; Fri, 29 Jul 2022 19:58:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org DD1A840C4F Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id C303F1BF33A for ; Fri, 29 Jul 2022 19:58:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 9E58D40C4F for ; Fri, 29 Jul 2022 19:58:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 9E58D40C4F X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c8oXhd7tfyyn for ; Fri, 29 Jul 2022 19:58:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 95058401A2 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by smtp2.osuosl.org (Postfix) with ESMTPS id 95058401A2 for ; Fri, 29 Jul 2022 19:58:36 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id B67051BF204; Fri, 29 Jul 2022 19:58:34 +0000 (UTC) Date: Fri, 29 Jul 2022 21:58:33 +0200 To: Giulio Benetti Message-ID: <20220729215833.652b8456@windsurf> In-Reply-To: <20220729121055.168510-1-giulio.benetti@benettiengineering.com> References: <20220729121055.168510-1-giulio.benetti@benettiengineering.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1659124715; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cgR255yvWW9OlnOItHIE858pI8WigTJ+6l/Pp9E1tv0=; b=kd/g+w7oCREc9m2+PviVWOLdPQE2VZeOxMK9tSh98kVJlFxnBFHazdfyKaygnxF0FUueQF 85JdOrxStoJC1cnmsV209VlV4yuQLIgPN4zaNEw9rz2G3uilmNcclNm5B1X0BOBUAfht9Q LP2T4q+6wccNILbOS7hXQrtA+djbVdKlqxUAhKRUZslHGMUGfOyNCHtDhh6p8kP9dkUp4O JYKIKeuAkYm81iJTbMKT1SRhs0NpZrIUGmKZNse3ylbcfxY6J8zYj8j+IoqwCJqLSSvvml ZZDtcUtF3prAMYMqJup3///s/hbIwj14TJHRt/jlUrN2S+4U+dIsWC/w0vlnPw== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=kd/g+w7o Subject: Re: [Buildroot] [PATCH 1/2] toolchain/Config.in: update gcc version for gcc bug 68485 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: Romain Naour , Thomas De Schampheleire , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Fri, 29 Jul 2022 14:10:54 +0200 Giulio Benetti wrote: > Signed-off-by: Giulio Benetti > --- > toolchain/Config.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Both applied, but mentioning gcc 12 instead of gcc 11. Thanks! Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot