VirtualBox

Changeset 9624

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

Enabled the 64-bit guest additions building. Note that you'll have to use KBUILD_TARGET=<win|linux|solaris|whatever> and KBUILD_TARGET_ARCH=<x86|amd64> to crossbuild stuff now, win32 additions are no longer build by default on linux.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r9615 r9624  
    143143# (Ignored ifndef VBOX_WITH_ADDITIONS. Hack for 32/64 linux issues.) 
    144144VBOX_WITH_ADDITION_DRIVERS = 1 
    145 # Build win32 additions (cross building them on linux and l4 using wine). 
    146 if1of ($(KBUILD_TARGET),l4 linux win) 
     145# Build windows additions. 
     146# Note! VBOX_WITH_WIN32_ADDITIONS will be removed later. 
     147if1of ($(KBUILD_TARGET), win) 
    147148 VBOX_WITH_WIN32_ADDITIONS = 1 
    148149endif 
    149150# Build linux additions. 
    150 # Note! VBOX_WITH_LINUX_ADDITIONS will be removed later and only 
    151 # VBOX_WITH_WIN32_ADDITIONS will be kept around for cross building. 
     151# Note! VBOX_WITH_LINUX_ADDITIONS will be removed later. 
    152152if1of ($(KBUILD_TARGET),l4 linux) 
    153153 VBOX_WITH_LINUX_ADDITIONS = 1 
     
    302302endif 
    303303# Enable building 64-bit additions (actually KBUILD_TARGET_ARCH decides). 
    304 ifeq ($(USERNAME),bird) # precaution 
    305304VBOX_WITH_64BIT_ADDITIONS = 1 
    306 endif 
    307305 
    308306# 
  • trunk/src/VBox/Additions/WINNT/Makefile.kmk

    r9037 r9624  
    2929include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk 
    3030include $(PATH_SUB_CURRENT)/VBoxTray/Makefile.kmk 
     31ifneq ($(KBUILD_TARGET_ARCH),amd64) ## @todo Not 64-bit ready yet (minor issues). 
    3132include $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk 
     33endif 
    3234include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk 
    3335include $(PATH_SUB_CURRENT)/VBoxHook/Makefile.kmk 
     
    3739endif 
    3840ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS 
     41ifneq ($(KBUILD_TARGET_ARCH),amd64) ## @todo Not 64-bit ready yet (build env issues). 
    3942include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk 
     43endif 
    4044endif 
    4145ifneq ($(wildcard $(PATH_SUB_CURRENT)/Installer),) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy