]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Add handling code for AArch64 targets
authorAlexander Graf <agraf@suse.de>
Tue, 3 Sep 2013 19:12:22 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:29 +0000 (19:11 +0100)
commit6a49fa95c98cd155f7aaf48e5c6fa6bb6adea862
tree4b8bd42ebc711f3e6bdbcc2f0c0b56f32f21a286
parent99033caee6e9b339c89a368b5ed1f73ef17924a9
configure: Add handling code for AArch64 targets

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.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-23-git-send-email-peter.maydell@linaro.org
Message-id: 1368505980-17151-12-git-send-email-john.rigby@linaro.org
[PMM:
 * don't need to set TARGET_ABI_DIR to aarch64 as that is the default
 * don't build nwfpe -- this is 32 bit legacy only
 * rewrite commit message
 * add aarch64 to the list of "fdt required" targets
]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure