From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86255 invoked by alias); 13 Feb 2020 23:28:34 -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 86232 invoked by uid 89); 13 Feb 2020 23:28:33 -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-HELO:sk:mail-lf, H*Ad:U*gdb, H*r:sk:gdb@sou, sk:cross-c X-HELO: mail-lf1-f68.google.com Received: from mail-lf1-f68.google.com (HELO mail-lf1-f68.google.com) (209.85.167.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Feb 2020 23:28:31 +0000 Received: by mail-lf1-f68.google.com with SMTP id b15so5508082lfc.4 for ; Thu, 13 Feb 2020 15:28:31 -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=Pk5n+r9p8Qgs60lPfklp93EwpTkcEqE2LdQCYXTsNeU=; b=NpsUBRIQLhO4vpoFjXlCQbkTRiqVebNGX4OVu7KVwqkvk43M7sDSK8kSPibK5oKiUz ltdlXZWbaPNpQyxOPxyPNiU4lyNPsW9ue2uJZgAPzP7p1+I+P+LsABujr6/Xf5wH92EK 6WJXRaGa+IFVSnt9l2HMFQNcVNSzY9UfkOMJa6FS8KZ5GPcQYZyOqkF1nw4jLl7Ejmqi kNa1txwJtzB6KAqPHYDrOiQhtim/8/Wzn2LhTW6UU5nBqIHFp7ltNZj10p+nA+72OqgH 5YZRtuCuo777qkvc554TOZdRkl9VxZY1cb0gienUJSAd6zRMoUCoI8A1o9YnC0rMD5js 8A4g== MIME-Version: 1.0 References: In-Reply-To: From: William Tambe Date: Thu, 13 Feb 2020 23:28: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/msg00035.txt.bz2 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 ? > > > > > Christian