From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26439 invoked by alias); 21 Feb 2007 21:57:21 -0000 Received: (qmail 26426 invoked by uid 22791); 21 Feb 2007 21:57:17 -0000 X-Spam-Check-By: sourceware.org Received: from de01egw02.freescale.net (HELO de01egw02.freescale.net) (192.88.165.103) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Feb 2007 21:57:11 +0000 Received: from de01smr02.am.mot.com (de01smr02.freescale.net [10.208.0.151]) by de01egw02.freescale.net (8.12.11/de01egw02) with ESMTP id l1LLv6Ek000453 for ; Wed, 21 Feb 2007 14:57:06 -0700 (MST) Received: from postal.somerset.sps.mot.com ([163.12.132.5]) by de01smr02.am.mot.com (8.13.1/8.13.0) with ESMTP id l1LLv5fu024537 for ; Wed, 21 Feb 2007 15:57:06 -0600 (CST) Received: from ld0159-tx32 (ld0159-tx32 [10.82.19.109]) by postal.somerset.sps.mot.com (8.11.0/8.11.0) with ESMTP id l1LLvPL07851 for ; Wed, 21 Feb 2007 15:57:25 -0600 (CST) Date: Wed, 21 Feb 2007 22:22:00 -0000 From: Anmol Paralkar-B07584 To: gdb@sourceware.org Subject: Need current information for (old) --with-cpu flag in configure.in. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 X-SW-Source: 2007-02/txt/msg00227.txt.bz2 Hello, (I am working on gdb-6.6). In rs6000-tdep.c, we have the comment: (Above the line: static struct variant variants[] =) /* ... If you add entries to this table, please be sure to allow the new value as an argument to the --with-cpu flag, in configure.in. */ However, the "--with-cpu" flag is missing in gdb-6.6/configure.in. Please could you let me know the change intended here to any of the configure scripts when adding a new cpu? Thanks & Regards, Anmol P. Paralkar