From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26794 invoked by alias); 13 Feb 2020 23:48:51 -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 26690 invoked by uid 89); 13 Feb 2020 23:48:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 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=tambewilliamgmailcom, H*i:hCQH, H*i:sk:y5uKmL4, H*f:sk:y5uKmL4 X-HELO: mail-ot1-f65.google.com Received: from mail-ot1-f65.google.com (HELO mail-ot1-f65.google.com) (209.85.210.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Feb 2020 23:48:28 +0000 Received: by mail-ot1-f65.google.com with SMTP id h9so7393057otj.11 for ; Thu, 13 Feb 2020 15:48:11 -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=TXMkh5cKFZkGgV6E9KsPFumM2h/Vm0MJRej+FlGJv+8=; b=ATAaRZeo3h363sfAJqoeb5RBSaJxKoSwrKu1xKoJnOnz8HvqoUQrldU4EdQe9td9Ai VG/EnHLC7dnbKf2dphXXjZNC4dznWukb7kJT3uvIUutWF9OVyMYEf3OYPL5HP+fkHe/r J6LBWUtnO3eVPXOO7LROhuM7NsMjxjXRJHRe+epoY6shppSW9C2hgaRz3PKHNzvp0nnR 0QR6IZEv8PiD7R6bHfdBI+tfzTzUvQuQYAJ+NkT4OQBKBsXwWcEe7YC+VY2kqi3nBCWH hSsWMIcYAEgk1dMco31qm3ds105jPnqxeJ8FqpjxH8lL2gNI9I+W+QU/ir7fMUBdZAM5 k5wA== MIME-Version: 1.0 References: In-Reply-To: From: "Christian Biesinger via gdb" Reply-To: Christian Biesinger Date: Thu, 13 Feb 2020 23:48: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/msg00036.txt.bz2 On Thu, Feb 13, 2020 at 5:28 PM William Tambe wrote: > > On Sun, Feb 9, 2020 at 3:28 PM William Tambe wrote: > > > > 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 ? > > Is it ok to use the master in order to get all fixes from both > Binutils and GDB ? > > In order words, does the master branch has all commits found in the > branches for Binutils and GBD ? Yeah, that's fine. Of course occasionally that introduces new breakage but most of the time it works just fine; it's what I use. Christian