Changeset 9403 in vbox
- Timestamp:
- Jun 5, 2008 8:11:14 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r9400 r9403 295 295 # Use the new VBI module on Solaris. 296 296 VBOX_WITH_SOLARIS_VBI = 1 297 # Enable 64 bits guest pointers 298 ### VBOX_WITH_64_BITS_GUESTS = 1 297 # Enable 64 bits guest pointers. 298 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.amd64 solaris.amd64 win.x86 win.amd64) 299 VBOX_WITH_64_BITS_GUESTS = 1 300 else 301 # VBOX_WITH_64_BITS_GUESTS = 1 302 endif 299 303 300 304 #
Note:
See TracChangeset
for help on using the changeset viewer.