From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8546 invoked by alias); 31 Jul 2014 17:11:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 8525 invoked by uid 89); 31 Jul 2014 17:11:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f176.google.com Received: from mail-ig0-f176.google.com (HELO mail-ig0-f176.google.com) (209.85.213.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 31 Jul 2014 17:11:19 +0000 Received: by mail-ig0-f176.google.com with SMTP id hn18so9828223igb.3 for ; Thu, 31 Jul 2014 10:11:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=B9Lm8oua2I10c1YISKRka4gRbKffcDsncUWUtQnFnto=; b=D9+nHqGuEw8H1KE8v7q9VakefeqXaraUQ1ddFopSvpR/fQQLqqujHSpKN6pV9isAlE alxVQqclZmzK0D13MhnppV+COvb1oSVG5bNBHEKc3NomF5oC3Tk1vCQvmR7jj5QwKZMN oaymOdMerZMu7bYbFx3L3HRj/Q4na9BskgitFRJAIX5vcWbCXnLMyT14ndPsxU/pcBRw ZDxohl7fAZBg9LMYEDH0gFzqC2K3DvsdGblhoN5WKOeiGTKpnq1tMZanfEjoLCYZv/Ha soYoQpdFe+5JiONCA88j9wb96uV5le1coOlPMi0AtpXwRayL7VKcurkSKzX56nUPyU1g HMbA== X-Gm-Message-State: ALoCoQmkHcs4PBeHyYvbZs5/TjSYIwZC1OwX+wIS8Ray9DQg0d5jSmAnz7kz33lgzLZUXjVnAR8C MIME-Version: 1.0 X-Received: by 10.50.8.6 with SMTP id n6mr50165165iga.43.1406826676913; Thu, 31 Jul 2014 10:11:16 -0700 (PDT) Received: by 10.64.142.116 with HTTP; Thu, 31 Jul 2014 10:11:16 -0700 (PDT) In-Reply-To: <20140731121948.GE14672@adacore.com> References: <20140729035405.GA6436@adacore.com> <20140731121948.GE14672@adacore.com> Date: Thu, 31 Jul 2014 17:31:00 -0000 Message-ID: Subject: Re: FYI: making the GDB 7.8 release tomorrow! From: Will Newton To: Joel Brobecker Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00825.txt.bz2 On 31 July 2014 13:19, Joel Brobecker wrote: >> I notice that gdb 7.8 is available as gz and xz tarballs. How are you >> building these? src-release seems to only support gz and bz2 at the >> moment. > > I use src-release to build the .tar file, but then my scripts take > over in creating the compressed archives. > > -- > Joel Would adding support for xz to src-release be something people would be interested in? I use src-release (slightly modified) for building tarballs for Linaro releases and xz support is still on my todo list. -- Will Newton Toolchain Working Group, Linaro