VirtualBox

Changeset 104677 in vbox


Ignore:
Timestamp:
May 16, 2024 11:37:01 AM (7 months ago)
Author:
vboxsync
Message:

Argh, revert r163230 (Config.kmk: Some early bits to support win.arm64, bugref:10392)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r104676 r104677  
    352352# Supported VirtualBox host architectures.
    353353VBOX_SUPPORTED_HOST_ARCHS := amd64
    354 if1of ($(KBUILD_TARGET), darwin win) # Work in progress.
     354if1of ($(KBUILD_TARGET), darwin) # 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 win)
     550if1of ($(KBUILD_TARGET), darwin)
    551551 VBOX_WITH_DRIVERLESS_NEM_FALLBACK = 1
    552552endif
    553553# Enable forced driverless mode by default.
    554 if1of ($(KBUILD_TARGET), darwin win)
     554if1of ($(KBUILD_TARGET), darwin)
    555555 VBOX_WITH_DRIVERLESS_FORCED = 1
    556  ifeq ($(KBUILD_TARGET), darwin)
    557   VBOX_WITH_INTNET_SERVICE_IN_R3 = 1
    558  endif
     556 VBOX_WITH_INTNET_SERVICE_IN_R3 = 1
    559557endif
    560558# Enables the new breakpoint handling code, see @bugref{8650}
     
    19531951  else ifeq ($(KBUILD_TARGET_ARCH),amd64)
    19541952   VBOX_GCC_TOOL := MINGWW64
    1955   else ifeq ($(KBUILD_TARGET_ARCH),arm64)
     1953  else_ifeq ($(KBUILD_TARGET_ARCH),arm64)
    19561954   VBOX_GCC_TOOL := CLANGVCC143ARM64
    19571955  endif
Note: See TracChangeset for help on using the changeset viewer.

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