VirtualBox

Changeset 9403 in vbox


Ignore:
Timestamp:
Jun 5, 2008 8:11:14 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31636
Message:

selectively enable VBOX_WITH_64_BITS_GUESTS for some archs known to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r9400 r9403  
    295295# Use the new VBI module on Solaris.
    296296VBOX_WITH_SOLARIS_VBI = 1
    297 # Enable 64 bits guest pointers
    298 ### VBOX_WITH_64_BITS_GUESTS = 1
     297# Enable 64 bits guest pointers.
     298if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.amd64 solaris.amd64 win.x86 win.amd64)
     299VBOX_WITH_64_BITS_GUESTS = 1
     300else
     301# VBOX_WITH_64_BITS_GUESTS = 1
     302endif
    299303
    300304#
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette