From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id p8qkMmYNvmBkIwAAWB0awg (envelope-from ) for ; Mon, 07 Jun 2021 08:13:26 -0400 Received: by simark.ca (Postfix, from userid 112) id C0D401F163; Mon, 7 Jun 2021 08:13:26 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: ** X-Spam-Status: No, score=2.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FSL_HELO_FAKE,MAILING_LIST_MULTI,RDNS_DYNAMIC, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 1C6411E939 for ; Mon, 7 Jun 2021 08:13:26 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 85E04383542B for ; Mon, 7 Jun 2021 12:13:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85E04383542B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1623068005; bh=Fx9Fo+pIXLqIM0KcSJqt38iao0dYybZtTUcUbkYt4T8=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=qsSn/T+kyi+db4L4lAhbLIdbJu8N/VYXOkDW8dK6WRB9rN6D7I6746eKnnn8k3ouh 7WPLPpxDF6AG97W3PVh7Fsm3UXqaKyGcr6QxiSEaC9Q2IzKMBx9koPZi7fWe1s8fwP +WSdIn9x80Gr5f76MjdvH8HsMAceTHfSrPnymkr4= Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id B4F393853826 for ; Mon, 7 Jun 2021 12:12:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B4F393853826 Received: by mail-ed1-x530.google.com with SMTP id ba2so18332323edb.2 for ; Mon, 07 Jun 2021 05:12:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-description:content-disposition:in-reply-to; bh=Fx9Fo+pIXLqIM0KcSJqt38iao0dYybZtTUcUbkYt4T8=; b=Kl3PphsM9IpcfuEuwFJUOAtGHmqGwH5fZ2tpB20wGA8KAwUXmMopwX7g/m9jCPGvOt CAZBO8+6sSDCp58l5C2jQftRS7GRqsr7HjylIe4JnPHPfwsANn4cicREKc0RiubYiHIw uU90+E9e3/osF4cW8IEVbTFNqCJi3khgpxBp+g0zYTRktu4HdoGZYx3CzKQuW4BAW+yq uzp+eJTuCvDVJ6MleWbRUnZ+SiUaBWIcy/6DrDJfjiBCnglAJ9QzZ3hkjrplDhDtjDY/ JlXcncDQm6MkrWTTA1jG2GYd9JDtlzdSL/PE14t7yfvPvs29h7+vUE09Efgh9K3inLpd Vz4g== X-Gm-Message-State: AOAM531j0YdUxWjtOsvkkHOxyqluNsy0knWz7ld+iKgmPV+mwffAWKvN vhqUbr96p4m8cN7vQ+/f4vBMjID25sGoHg== X-Google-Smtp-Source: ABdhPJznMWF7tBRwVfeJpgLWQveHfWSH8lGmsiW/hLT+/ZXgUOddhwqOMDEptGnfw/xaqbxFOCoc8Q== X-Received: by 2002:a05:6402:111a:: with SMTP id u26mr19216307edv.260.1623067969907; Mon, 07 Jun 2021 05:12:49 -0700 (PDT) Received: from gmail.com ([2a03:1b20:3:f011::6d]) by smtp.gmail.com with ESMTPSA id de19sm7729516edb.70.2021.06.07.05.12.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Jun 2021 05:12:48 -0700 (PDT) Date: Mon, 7 Jun 2021 14:13:00 +0200 To: gdb@sourceware.org Subject: Re: Question about running "make check-gdb" Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: wrap_up Content-Disposition: inline In-Reply-To: X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Shahab Vahedi via Gdb Reply-To: Shahab Vahedi Cc: Tom Tromey Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" For the record, this problem is resolved [1]. Thank you Andrew and Tom for your prompt response. Cheers, Shahab [1] Use ACX_NONCANONICAL_TARGET in gdb/configure https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b316465fab7