VirtualBox

Changeset 104684 in vbox


Ignore:
Timestamp:
May 16, 2024 12:06:01 PM (7 months ago)
Author:
vboxsync
Message:

Config.kmk: Some early bits to support win.arm64, bugref:10392 [fix building extpacks because darwin.arm64 for some reasons drags in the VCC toolchain]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r104682 r104684  
    20022002ifndef VBOX_VCC_TOOL_STEM
    20032003 ifdef VBOX_WITH_NEW_VCC
    2004   ifeq ($(KBUILD_TARGET_ARCH),arm64)
     2004  ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.arm64)
    20052005   VBOX_VCC_TOOL_STEM := VCC143
    20062006  else
     
    38033803#    -wd4548: socket.cpp(1931): warning C4548: expression before comma has no effect; expected expression with side-effect
    38043804VBOX_VCC_WARN_ALL += -wd4548
     3805if "$(VBOX_VCC_TOOL_STEM)" >= "VCC143" && "$(KBUILD_TARGET_ARCH)" == "arm64"
     3806 VBOX_VCC_WARN_ALL += -wd4746
     3807endif
    38053808ifndef VBOX_WITH_NEW_WINDOWS_SDK
    38063809 #    -wd5031: iprt/win/windows.h(55): warning C5031: #pragma warning(pop): likely mismatch, popping warning state pushed in different file
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