From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73605 invoked by alias); 4 Feb 2020 16:27:39 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 73593 invoked by uid 89); 4 Feb 2020 16:27:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.9 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-HELO:sk:mail-ot X-HELO: mail-ot1-f45.google.com Received: from mail-ot1-f45.google.com (HELO mail-ot1-f45.google.com) (209.85.210.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Feb 2020 16:27:38 +0000 Received: by mail-ot1-f45.google.com with SMTP id i6so17648170otr.7 for ; Tue, 04 Feb 2020 08:27:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZwcwY0dFy1FpMNQy5W4HT7HCv3yftYEyYD9YKEMscpY=; b=O+bKP/p15beEMXm0byA6iJpl8UtBBfy9OkiBdKBCM6BGzpuyk5fiiOgoHxLuEKqgUT VEZSKtAERxFPu9y71il2u7HmkK4CwBX2CL/QItPzbidUuAunZAPvJzL190IuFNwpfr69 K3yFvrnhrebOQMMIQbJ+TJf9777XulWlb5RpPboSrLMhtmImxzpNhhqllJFEzbvQs45v 3Pxe082l6WFNDbDxNdcCAh+/5yTxaMbWRb9wzGaBik09b2xga1EGoqLF6dtxasxVJbTB DYZIot0AGl3eqRnOPIl0n+TS6HkT4tpq+7jqTtKOJWn8HvXNmYQJev0+0W3djxWvJ7B4 RwYw== MIME-Version: 1.0 References: In-Reply-To: From: "Christian Biesinger via gdb" Reply-To: Christian Biesinger Date: Tue, 04 Feb 2020 16:27:00 -0000 Message-ID: Subject: Re: Forced to use --enable-unit-tests=no otherwise cross-compilation fail To: William Tambe Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00015.txt.bz2 On Tue, Feb 4, 2020 at 5:51 AM William Tambe wrote: > > With Binutils 2.34, I have to use --enable-unit-tests=no with > ./configure otherwise cross-compilation fail trying to link > gdbarch-selftests.o: By the way, I would recommend using a GDB release tag instead of a binutils one... the release processes are independent and the GDB tags have more testing for GDB. Christian