summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJani Kokkonen2013-06-12 17:20:23 +0200
committerPeter Maydell2013-06-12 17:20:23 +0200
commit6a91c7c978d77461cc2ed056a2869b90bebded3e (patch)
treed920d57da67bc386a4150b61c042044bc4359fa2 /configure
parentuser-exec.c: aarch64 initial implementation of cpu_signal_handler (diff)
downloadqemu-6a91c7c978d77461cc2ed056a2869b90bebded3e.tar.gz
qemu-6a91c7c978d77461cc2ed056a2869b90bebded3e.tar.xz
qemu-6a91c7c978d77461cc2ed056a2869b90bebded3e.zip
tcg/aarch64: implement user mode qemu ld/st
also put aarch64 in the list of archs that do not need an ldscript. Signed-off-by: Jani Kokkoken <jani.kokkonen@huawei.com> Signed-off-by: Claudio Fontana <claudio.fontana@huawei.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 51AF40EE.1000104@huawei.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bb413be26c..cb42269d45 100755
--- a/configure
+++ b/configure
@@ -4424,7 +4424,7 @@ fi
if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then
case "$ARCH" in
- alpha | s390x)
+ alpha | s390x | aarch64)
# The default placement of the application is fine.
;;
*)