| Submitter | Anthony PERARD |
|---|---|
| Date | Oct. 21, 2010, 5:36 p.m. |
| Message ID | <1287682587-18642-11-git-send-email-anthony.perard@citrix.com> |
| Download | mbox | patch |
| Permalink | /patch/68745/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index d5a8553..f89fa1c 100755 --- a/configure +++ b/configure @@ -2926,6 +2926,9 @@ case "$target_arch2" in exit 1 ;; esac +if test "$xen" = yes; then + target_phys_bits=64 +fi echo "TARGET_ARCH=$TARGET_ARCH" >> $config_target_mak target_arch_name="`echo $TARGET_ARCH | tr '[:lower:]' '[:upper:]'`" echo "TARGET_$target_arch_name=y" >> $config_target_mak