From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15581 invoked by alias); 26 Oct 2011 22:45:04 -0000 Received: (qmail 15478 invoked by uid 22791); 26 Oct 2011 22:45:02 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qy0-f176.google.com (HELO mail-qy0-f176.google.com) (209.85.216.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Oct 2011 22:44:48 +0000 Received: by qyk30 with SMTP id 30so2682259qyk.0 for ; Wed, 26 Oct 2011 15:44:47 -0700 (PDT) Received: by 10.68.37.42 with SMTP id v10mr39378004pbj.22.1319669087054; Wed, 26 Oct 2011 15:44:47 -0700 (PDT) Received: from compy.wgti.net ([208.146.43.210]) by mx.google.com with ESMTPS id wt7sm7093508pbb.16.2011.10.26.15.44.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Oct 2011 15:44:46 -0700 (PDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] debug/config: Add strace-4.6 X-Mercurial-Node: 2975d7300c245de302290957e05f1c6b5c2571f0 Message-Id: <2975d7300c245de30229.1319669135@compy.wgti.net> User-Agent: Mercurial-patchbomb/1.9.3 Date: Wed, 26 Oct 2011 22:45:00 -0000 From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00077.txt.bz2 # HG changeset patch # User Bryan Hundven # Date 1319669066 25200 # Node ID 2975d7300c245de302290957e05f1c6b5c2571f0 # Parent a7df9ea895fa4829ae0bcf27ce10f56d0d2b8a26 debug/config: Add strace-4.6 Now that xz support is in crosstool-ng, Add strace-4.6. Signed-off-by: Bryan Hundven diff -r a7df9ea895fa -r 2975d7300c24 config/debug/strace.in --- a/config/debug/strace.in Fri Oct 21 03:29:18 2011 +0200 +++ b/config/debug/strace.in Wed Oct 26 15:44:26 2011 -0700 @@ -8,6 +8,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config STRACE_V_4_6 + bool + prompt "4.6 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config STRACE_V_4_5_20 bool prompt "4.5.20 (EXPERIMENTAL)" @@ -42,6 +47,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.6" if STRACE_V_4_6 default "4.5.20" if STRACE_V_4_5_20 default "4.5.19" if STRACE_V_4_5_19 default "4.5.18" if STRACE_V_4_5_18 -- For unsubscribe information see http://sourceware.org/lists.html#faq