Changeset 104676 in vbox
- Timestamp:
- May 16, 2024 11:35:29 AM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r104675 r104676 352 352 # Supported VirtualBox host architectures. 353 353 VBOX_SUPPORTED_HOST_ARCHS := amd64 354 if1of ($(KBUILD_TARGET), darwin ) # Work in progress.354 if1of ($(KBUILD_TARGET), darwin win) # Work in progress. 355 355 VBOX_SUPPORTED_HOST_ARCHS += arm64 356 356 endif … … 548 548 endif 549 549 # Enable NEM fallback if the driver is not available. 550 if1of ($(KBUILD_TARGET), darwin )550 if1of ($(KBUILD_TARGET), darwin win) 551 551 VBOX_WITH_DRIVERLESS_NEM_FALLBACK = 1 552 552 endif 553 553 # Enable forced driverless mode by default. 554 if1of ($(KBUILD_TARGET), darwin )554 if1of ($(KBUILD_TARGET), darwin win) 555 555 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 557 559 endif 558 560 # Enables the new breakpoint handling code, see @bugref{8650} … … 1951 1953 else ifeq ($(KBUILD_TARGET_ARCH),amd64) 1952 1954 VBOX_GCC_TOOL := MINGWW64 1953 else _ifeq ($(KBUILD_TARGET_ARCH),arm64)1955 else ifeq ($(KBUILD_TARGET_ARCH),arm64) 1954 1956 VBOX_GCC_TOOL := CLANGVCC143ARM64 1955 1957 endif
Note:
See TracChangeset
for help on using the changeset viewer.