diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-12 11:19:56 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-12 11:19:56 -0500 |
commit | 5d9619aa1fc348fe8894553c15c1ec886fa33939 (patch) | |
tree | a62fd6509c3b318ea021fafb556b9dfd437bc842 /configure | |
parent | 628cc97df70476c9e1f30791dcfb70511bb1ebdd (diff) | |
parent | 417b0b88904fe1dd8c41bff8092dfbab0134d9cb (diff) |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
vnc: fix "info vnc" with "-vnc ..., reverse=on"
sheepdog: use bool for boolean variables
configure: Tidy up remnants of non-64-bit physaddrs
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3726,7 +3726,6 @@ case "$target_arch2" in ;; x86_64) TARGET_BASE_ARCH=i386 - target_phys_bits=64 target_long_alignment=8 ;; alpha) @@ -3829,7 +3828,6 @@ case "$target_arch2" in target_long_alignment=8 ;; unicore32) - target_phys_bits=32 ;; xtensa|xtensaeb) TARGET_ARCH=xtensa |