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: gdb darwin target on Linux host?


On Wed, Oct 20, 2010 at 03:50:25PM +0100, Pedro Alves wrote:
> On Wednesday 20 October 2010 15:41:32, Tristan Gingold wrote:
> > On Oct 20, 2010, at 4:26 PM, Pedro Alves wrote:
> > >  x86_64-*-darwin[[912]]*)
> > >    noconfigdirs="$noconfigdirs ld gas gprof"
> > >    noconfigdirs="$noconfigdirs sim target-rda"
> > >    ;;
> > >  *-*-darwin*)
> > >    noconfigdirs="$noconfigdirs ld gas gdb gprof"
> > >                                       ^^^
> > >    noconfigdirs="$noconfigdirs sim target-rda"
> > >    noconfigdirs="$noconfigdirs ${libgcj}"
> > >    ;;
> > > 
> > > 
> > > Something like "--target=x86_64-darwin10" instead works, and
> > > I suppose "--target=i386-darwin --enable-64-bit-bfd" would
> > > solve the OPs second attempt.
> > 
> > Ah, ah.  Maybe you should remove the '[[912]]' part ?
> 
> I believe so, but I have zero powers over the top level, so
> someone interested in darwin needs to step up for that.  :-)

I think the decision is deliberate, as x86_64-darwin8 is not a valid
target.

-Nathan


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