qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 19/21] configure: Add handling code for AArch


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v5 19/21] configure: Add handling code for AArch64 targets
Date: Mon, 2 Sep 2013 17:44:00 +0100

On 1 July 2013 18:35, Peter Maydell <address@hidden> wrote:
> From: Alexander Graf <address@hidden>
>
> Add the necessary code to configure to handle AArch64 as a target
> CPU (we already have some code for supporting it as host). Note
> that this doesn't enable the AArch64 targets yet.
> +  aarch64)
> +    TARGET_BASE_ARCH=arm
> +    bflt="yes"
> +    target_nptl="yes"
> +    gdb_xml_files="aarch64-core.xml aarch64-fpu.xml"
> +    target_long_alignment=8

This is a holdover from before Paolo cleaned up the ABI
type alignment handling -- we need to add handling in
abitypes.h now.

-- PMM



reply via email to

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