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 Wednesday 20 October 2010 15:52:47, Nathan Froyd wrote:

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

That sounds like gcc-isms escaping into the top-level.
config.sub expands x86_64-darwin to ... x86_64-pc-darwin, and
neither bfd nor gdb (at least) need to distinguish between darwin
revisions.  IMO, if x86_64-darwin8 should be verbotten, there should
be an explicit "x86_64-*-darwin8*" or some such forcing an error.

-- 
Pedro Alves


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