From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21914 invoked by alias); 11 Mar 2002 20:02:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21863 invoked from network); 11 Mar 2002 20:02:51 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 11 Mar 2002 20:02:51 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7521A3E0D; Mon, 11 Mar 2002 15:02:49 -0500 (EST) Message-ID: <3C8D0D68.8050807@cygnus.com> Date: Mon, 11 Mar 2002 12:02:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb@sources.redhat.com Subject: Re: Results of a multi-build (not good) References: <200203111852.SAA25970@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00101.txt.bz2 I just relooked at the coma tweak: x86-64 (--target=x86_64-linux-gnu, broken) It should be just: x86-64 (--target=x86_64-linux-gnu broken) if you look at other examples: sh --target=sh-hms,sh-elf ,-Werror The first ``,'' is to separate the targets: sh-hms sh-elf The ``,'' in ,-Werror is part of the list of flags vis: --enable-gdb-build-warnings=,-Werror The ``--target=x86_64-linux-gnu, broken'' line confuses that bit of awk (but you won't notice if the output of the script is fed to ``grep -v broken''. Andrew