gdb darwin target on Linux host?

Tristan Gingold gingold@adacore.com
Wed Oct 20 14:41:00 GMT 2010


On Oct 20, 2010, at 4:26 PM, Pedro Alves wrote:

> Apparently, the top-level configure is finicky about darwin versions:
> 
>  i[[3456789]]86-*-darwin*)
>    noconfigdirs="$noconfigdirs ld gprof"
>    noconfigdirs="$noconfigdirs sim target-rda"
>    ;;
>  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 ?



More information about the Gdb mailing list