diff options
author | Jani Kokkonen | 2013-06-12 17:20:23 +0200 |
---|---|---|
committer | Peter Maydell | 2013-06-12 17:20:23 +0200 |
commit | 6a91c7c978d77461cc2ed056a2869b90bebded3e (patch) | |
tree | d920d57da67bc386a4150b61c042044bc4359fa2 /configure | |
parent | user-exec.c: aarch64 initial implementation of cpu_signal_handler (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. ;; *) |