[PATCH] sim: allow the inline configure option everywhere [committed]

Steve Ellcey sellcey@imgtec.com
Tue Jan 12 21:47:00 GMT 2016


On Sun, 2016-01-10 at 03:40 -0500, Mike Frysinger wrote:
> Currently ports have to call SIM_AC_OPTION_INLINE explicitly in order
> to make the configure flag available.  There's no real reason to not
> allow this flag for all ports, so move it to the common sim macro.
> This way we get standard behavior across all ports too.

> 
> diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog
> index ebae1cd..19d49fb 100644
> --- a/sim/aarch64/ChangeLog
> +++ b/sim/aarch64/ChangeLog
> @@ -1,5 +1,10 @@
>  2016-01-10  Mike Frysinger  <vapier@gentoo.org>
>  
> +	* configure.ac (SIM_AC_OPTION_INLINE): Delete call.
> +	* configure: Regenerate.
> +
> +2016-01-10  Mike Frysinger  <vapier@gentoo.org>
> +

Before this patch was checked in (commit
347fe5bb868b7383d4f6942894b31ecf1da6894e), when I built all-gdb for the
target mips-mti-linux-gnu, sim was not built.  After the change, it does
get built (well, it tries to get built, it actually fails to build).

I am not sure if this change in behavior, trying to build sim,  is
intended or not.  I can fix it easily enough by using --disable-sim on
my configure but I just wanted to check to see if this change was
intentional.  I have never built sim for this target before because I
use qemu for testing it.  I only use GNU sim for testing the mips*elf
targets.

Steve Ellcey
sellcey@imgtec.com



More information about the Gdb-patches mailing list