VirtualBox

Changeset 104676 in vbox


Ignore:
Timestamp:
May 16, 2024 11:35:29 AM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163230
Message:

Config.kmk: Some early bits to support win.arm64, bugref:10392 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r104675 r104676  
    352352# Supported VirtualBox host architectures.
    353353VBOX_SUPPORTED_HOST_ARCHS := amd64
    354 if1of ($(KBUILD_TARGET), darwin) # Work in progress.
     354if1of ($(KBUILD_TARGET), darwin win) # Work in progress.
    355355 VBOX_SUPPORTED_HOST_ARCHS += arm64
    356356endif
     
    548548endif
    549549# Enable NEM fallback if the driver is not available.
    550 if1of ($(KBUILD_TARGET), darwin)
     550if1of ($(KBUILD_TARGET), darwin win)
    551551 VBOX_WITH_DRIVERLESS_NEM_FALLBACK = 1
    552552endif
    553553# Enable forced driverless mode by default.
    554 if1of ($(KBUILD_TARGET), darwin)
     554if1of ($(KBUILD_TARGET), darwin win)
    555555 VBOX_WITH_DRIVERLESS_FORCED = 1
    556  VBOX_WITH_INTNET_SERVICE_IN_R3 = 1
     556 ifeq ($(KBUILD_TARGET), darwin)
     557  VBOX_WITH_INTNET_SERVICE_IN_R3 = 1
     558 endif
    557559endif
    558560# Enables the new breakpoint handling code, see @bugref{8650}
     
    19511953  else ifeq ($(KBUILD_TARGET_ARCH),amd64)
    19521954   VBOX_GCC_TOOL := MINGWW64
    1953   else_ifeq ($(KBUILD_TARGET_ARCH),arm64)
     1955  else ifeq ($(KBUILD_TARGET_ARCH),arm64)
    19541956   VBOX_GCC_TOOL := CLANGVCC143ARM64
    19551957  endif
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