From patchwork Tue Dec 15 21:44:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 1416750 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=acm.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=ZMm8tCgS; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CwWxf1JYhz9sSn for ; Wed, 16 Dec 2020 08:44:36 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BCB093857C67; Tue, 15 Dec 2020 21:44:33 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) by sourceware.org (Postfix) with ESMTPS id B30673858D29 for ; Tue, 15 Dec 2020 21:44:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B30673858D29 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=acm.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nathanmsidwell@gmail.com Received: by mail-qk1-x72a.google.com with SMTP id h4so15840823qkk.4 for ; Tue, 15 Dec 2020 13:44:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:to:from:subject:message-id:date:user-agent:mime-version :content-language; bh=y7KS+ZLra27ysPCQzy6mlk/uF6JDCTWephTFtxy8GzU=; b=ZMm8tCgS9LGVV+6Beji6Qafus3lNhUILmvv/7PvoE9R3okXfer6gY1tjjXry5biwex YEuEhBzeEsKA3bW+ddVll46qiGUjio9e/9CBVUo7ylt0ZAe7QPzJIMtyY3NEv5XvScA6 1Ob76OA85YrFileF+Vf9H4JmVpQEZAn6MiZpMp54zy+3/kXGCQjvOoy3DFd7poGE7soc Jz2fNwba4v6gfyGZKHebKHnETb2gnbbrKewasjlsucmVErQ60Jbj0rK3kapBnbGMwixL gW8/a9aD6Tw4vieAmJg6xTzKnK94aevThrQsYYQ8iCHSlEC40Dp38feoCNkXFlolqc2W Gt8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:to:from:subject:message-id:date :user-agent:mime-version:content-language; bh=y7KS+ZLra27ysPCQzy6mlk/uF6JDCTWephTFtxy8GzU=; b=ZXxYMPVyBB7LF0HzDg4lXPumn6xpGuenmIi9+LVFSrasLbaUhx8kIuD1UJaGIb9dwv x4mOEZF5/0GJ9rteqTFg5VMtvBlR1kvD5q00JxdCUbbXYWmTI1SVSd7qRI4lWlQEdvPw sxqEJhJoIxASJoG1OHArceL4lc0skA2v5hw2mJWoP3wAt+VD5ZZA68RBxENlbFnGU4Cp RiiKhR0HIqQUMfIWwshKEGYVPTZCjFb3o39xgFAfWfpsMj751yIoels+AeNDUNCOR2gQ ASL3scxeWwpONmUurx7ufJ3tWiqUQXoJ68+vfww81ihp6Yfhwf7ROzVE2ffLQrRYNP9M JfcA== X-Gm-Message-State: AOAM533NivSOb/ZzMVXYvOkpRLIBhZkJKo4R4YRIqS59BH+x8bWd3otT 1i6v5BMVKa6Jy7mFuxLtxfA= X-Google-Smtp-Source: ABdhPJxfpmpWzuq6bEQbIGsMiK2/WxReQExYIIV6uCZ5FiumU4/gwRvPiCBnkyC6V+USglCTUeMv8w== X-Received: by 2002:a37:d42:: with SMTP id 63mr40081120qkn.461.1608068667999; Tue, 15 Dec 2020 13:44:27 -0800 (PST) Received: from ?IPv6:2620:10d:c0a8:1102:58ca:9b62:2bcb:bb64? ([2620:10d:c091:480::1:a32c]) by smtp.googlemail.com with ESMTPSA id c8sm6994121qkc.12.2020.12.15.13.44.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 15 Dec 2020 13:44:26 -0800 (PST) To: GCC Patches , David Edelsohn From: Nathan Sidwell Subject: gcc_update update Message-ID: <36aede2c-d1ac-8c51-6aeb-7f61a858b5bd@acm.org> Date: Tue, 15 Dec 2020 16:44:25 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Language: en-US X-Spam-Status: No, score=-11.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" I missed adding these two configure files. gcc_update: Add c++tools & libcody thanks David for pointing at the fix. nathan From c6d406f5039072938d308fe3a7fc4cd2a0bac952 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 15 Dec 2020 13:42:23 -0800 Subject: [PATCH] gcc_update update I missed adding these two configure files. gcc_update: Add c++tools & libcody --- contrib/gcc_update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/gcc_update b/contrib/gcc_update index 5e8af0e9a7c..28e2f3797a2 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -76,6 +76,7 @@ intl/plural-config.h: intl/plural.y intl/configure: intl/configure.ac intl/aclocal.m4 intl/config.h.in: intl/configure.ac intl/aclocal.m4 # Now, proceed to gcc automatically generated files +c++tools/configure: c++tools/configure.ac gcc/configure: gcc/configure.ac gcc/cstamp-h.in: gcc/configure.ac gcc/config.in: gcc/cstamp-h.in @@ -126,6 +127,7 @@ libquadmath/configure: libquadmath/configure.ac libquadmath/aclocal.m4 libquadmath/aclocal.m4: libquadmath/configure.ac libquadmath/acinclude.m4 libquadmath/Makefile.in: libquadmath/Makefile.am libquadmath/configure.ac libgfortran/aclocal.m4 libgfortran/configure: libgfortran/configure.ac libgfortran/aclocal.m4 +libcody/configure: libcody/configure.ac libcody/config.m4 libcpp/aclocal.m4: libcpp/configure.ac libcpp/Makefile.in: libcpp/configure.ac libcpp/aclocal.m4 libcpp/configure: libcpp/configure.ac libcpp/aclocal.m4 -- 2.27.0