This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a configure time way of overriding the default architecture (instance)?


On Tue, Oct 16, 2007 at 05:32:20PM -0500, Anmol P. Paralkar wrote:
>  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?

The right answer depends on why you want to do that.  In most cases
GDB should autodetect it from some combination of the executable and
the native or remote target.  For instance I just checked in patches
which improve automatic selection of e500.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]