From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56499 invoked by alias); 9 Feb 2020 20:29:18 -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 56490 invoked by uid 89); 9 Feb 2020 20:29:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:209.85.208.194, H*r:ip*209.85.208.194, H*RU:209.85.208.194 X-HELO: mail-lj1-f194.google.com Received: from mail-lj1-f194.google.com (HELO mail-lj1-f194.google.com) (209.85.208.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Feb 2020 20:29:16 +0000 Received: by mail-lj1-f194.google.com with SMTP id x14so4723400ljd.13 for ; Sun, 09 Feb 2020 12:29:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5x2WOBUxR3V1ZuCEC1AyG6lNCwax1VJvCrsYEoBf+Cc=; b=qd5BXlFLEhbNCV2muPThNxaE1cS9kLyEzkbz2jR/kUCfmxI7m3ZZvKgbF9yymBQo3l i4vhSWb9mkQBJeGwNMt04VZzhKT9TXB1I2y/r3dr5R3yXtvsbA3AHbWYU0/K066H8PUD QeVotVkZ5zyrKMXFeZR2WqAXDIbOuSrNwX+9FBRGc7JqkkuSfQovGTRDIPdJBpVkqEAL XaTOdM+QjUeOeBC7c5CyV/IWJ8TYFnG+7CifocmYgT1DZV+qTMq+RJf2lkkiQV0nah7K xTwLa2tNzcxI017E2FZLjfrMq4RcPDoPWwgIQhpBUVwnkkQE6LD464iKZbLX+0VAOcZC 4blA== MIME-Version: 1.0 References: In-Reply-To: From: William Tambe Date: Sun, 09 Feb 2020 20:29:00 -0000 Message-ID: Subject: Re: Forced to use --enable-unit-tests=no otherwise cross-compilation fail To: Christian Biesinger Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-02/txt/msg00031.txt.bz2 On Tue, Feb 4, 2020 at 11:27 AM Christian Biesinger wrote: > > 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. Is it ok to use the master branch ? would it include all fixes from both binutils and GDB ? > > Christian