From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7021 invoked by alias); 16 Oct 2007 22:32:32 -0000 Received: (qmail 7013 invoked by uid 22791); 16 Oct 2007 22:32:31 -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; Tue, 16 Oct 2007 22:32:29 +0000 Received: from de01smr01.freescale.net (de01smr01.freescale.net [10.208.0.31]) by de01egw02.freescale.net (8.12.11/de01egw02) with ESMTP id l9GMWLEB005131 for ; Tue, 16 Oct 2007 15:32:21 -0700 (MST) Received: from ld0159-tx32 (ld0159-tx32.am.freescale.net [10.82.19.109]) by de01smr01.freescale.net (8.13.1/8.13.0) with ESMTP id l9GMWKkm019718 for ; Tue, 16 Oct 2007 17:32:20 -0500 (CDT) Date: Tue, 16 Oct 2007 22:32:00 -0000 From: "Anmol P. Paralkar" To: gdb@sourceware.org Subject: Is there a configure time way of overriding the default architecture (instance)? 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-10/txt/msg00119.txt.bz2 Hello, Is it possible (via specification at configure time) to make GDB "set architecture" to an architecture instance of one's choice without actually having do a: "set architecture " /after/ GDB has been invoked? e.g. GDB (6.6.50) configured with target --target=powerpc-unknown-linux-gnu will default to rs6000:6000. Is there a configure time way of specification so that in the built GDB, the architecture would be set to (say) powerpc:e500 automatically, when invoked? Thanks, Anmol.