This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] sim: allow the inline configure option everywhere [committed]
- From: Steve Ellcey <sellcey at imgtec dot com>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: <gdb-patches at sourceware dot org>
- Date: Tue, 12 Jan 2016 13:47:29 -0800
- Subject: Re: [PATCH] sim: allow the inline configure option everywhere [committed]
- Authentication-results: sourceware.org; auth=none
- References: <1452415259-1212-1-git-send-email-vapier at gentoo dot org>
- Reply-to: <sellcey at imgtec dot com>
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