VirtualBox

Changeset 9403

Show
Ignore:
Timestamp:
06/05/08 10:11:14 (3 months ago)
Author:
vboxsync
Message:

selectively enable VBOX_WITH_64_BITS_GUESTS for some archs known to work

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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# 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy