projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ae3cf
)
configure: Tidy up remnants of non-64-bit physaddrs
author
Peter Maydell
<peter.maydell@linaro.org>
Fri, 5 Oct 2012 16:33:22 +0000
(17:33 +0100)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 12 Oct 2012 08:47:35 +0000
(10:47 +0200)
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>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index c4a78376b67388fb231e1368725e39fb22544302..f1c56eb46491b2ebd0f59b0966dc3c4eb90af272 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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