qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [PATCH for semihosting-tests 1/2] semihosting_tests: incl


From: Peter Maydell
Subject: Re: [Qemu-arm] [PATCH for semihosting-tests 1/2] semihosting_tests: include a32 and t32 hlt variants in all target
Date: Thu, 11 Jul 2019 14:21:10 +0100

On Wed, 10 Jul 2019 at 14:13, Alex Bennée <address@hidden> wrote:
>
> While this would likely be triggered by "make run" we should also
> include them in the default "make (all)" build target.
>
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  Makefile | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 1fea97e..7ad2512 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -60,7 +60,9 @@ QEMU_SYSTEM_ARM = 
> $(QEMU_BUILDDIR)/arm-softmmu/qemu-system-arm $(SYSGDB)
>  QEMU_SYSTEM_AARCH64 = $(QEMU_BUILDDIR)/aarch64-softmmu/qemu-system-aarch64 
> $(SYSGDB)
>
>  all: usertest-a32 usertest-a64 usertest-t32 \
> -       systest-a32.axf systest-t32.axf systest-a64.axf
> +       systest-a32.axf systest-t32.axf \
> +       systest-a32-hlt.axf systest-t32-hlt.axf \
> +       systest-a64.axf
>
>  usertest-srcs = usertest.c semihosting.c semicall.S printf/printf.c

Applied to the semihosting-tests repo, thanks.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]