VirtualBox

Changeset 104674 in vbox


Ignore:
Timestamp:
May 16, 2024 10:56:30 AM (7 months ago)
Author:
vboxsync
Message:

Makefile.kmk: win.arm64 build fix, no x86 compiler toolchain available there, bugref:10392

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r104527 r104674  
    130130   include $(KBUILD_PATH)/tools/$(VBOX_VCC_TOOL).kmk
    131131  endif
    132   ifndef TOOL_$(VBOX_VCC_TOOL_STEM)X86
    133    include $(KBUILD_PATH)/tools/$(VBOX_VCC_TOOL_STEM)X86.kmk
     132  ifneq ($(KBUILD_TARGET_ARCH),arm64)
     133   ifndef TOOL_$(VBOX_VCC_TOOL_STEM)X86
     134    include $(KBUILD_PATH)/tools/$(VBOX_VCC_TOOL_STEM)X86.kmk
     135   endif
    134136  endif
    135137  ifdef PATH_TOOL_$(VBOX_VCC_TOOL_STEM)_REDIST
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