diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-10-05 17:33:22 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-10-12 10:47:35 +0200 |
commit | 1e14afef00493bd375264dcea5fb8c7718b23355 (patch) | |
tree | efe63ba6ef93a9760c371854818c3ea53f9ae391 /configure | |
parent | b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade (diff) | |
download | qemu-1e14afef00493bd375264dcea5fb8c7718b23355.tar.gz qemu-1e14afef00493bd375264dcea5fb8c7718b23355.tar.bz2 qemu-1e14afef00493bd375264dcea5fb8c7718b23355.zip |
configure: Tidy up remnants of non-64-bit physaddrs
Tidy up some remnants of code to support non-64-bit physaddrs
which were accidentally omitted from commit 4be403c8.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3733,7 +3733,6 @@ case "$target_arch2" in ;; x86_64) TARGET_BASE_ARCH=i386 - target_phys_bits=64 target_long_alignment=8 ;; alpha) @@ -3836,7 +3835,6 @@ case "$target_arch2" in target_long_alignment=8 ;; unicore32) - target_phys_bits=32 ;; xtensa|xtensaeb) TARGET_ARCH=xtensa |