[patch] [sim] --disable-sim on ppc* by default (for AIX) [Re: getaddrinfo available on all GDB hosts?]

Pedro Alves palves@redhat.com
Thu Feb 13 10:51:00 GMT 2014


On 02/13/2014 10:43 AM, Jan Kratochvil wrote:

> bzip2 -dc gdb-7.7.tar.bz2|tar xf -;cd gdb-7.7;./configure;make
> 	gcc -g -O2 -I. -I. -I./../../include -I../../bfd -I./../../bfd -I../../gdb -I./../../gdb  -I./../../gdb/config  -I. -I../common -I./../common -o gentmap
> gcc: fatal error: no input files
> compilation terminated.
> make: 1254-004 The error code from the last command is 1.
> 
> (BTW it builds OK on RHEL-5 ppc64.)
> 
> But I have figured out now it builds with --disable-sim .  Maybe to disable
> ppc* sim by default?

I don't see how that makes sense.  This sounds like a host
issue rather than a target issue?

> @@ -109,6 +110,7 @@ case "${target}" in
>         ;;
>     powerpc*-*-*)
>         SIM_ARCH(ppc)
> +       sim_default=no
>         ;;

-- 
Pedro Alves



More information about the Gdb-patches mailing list