VirtualBox

Changeset 101656 in vbox for trunk/src


Ignore:
Timestamp:
Oct 30, 2023 1:16:19 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159745
Message:

ValidationKit: Skip bootsectors on linux.arm64 for now as we don't have yasm there (and don't really need to build the bootsectors there for now), bugref:10541

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Makefile.kmk

    r100944 r101656  
    5252ifneq ($(KBUILD_HOST),os2)            # needs yasm
    5353 if1of ($(KBUILD_TARGET_ARCH), amd64 x86 arm64) # needs yasm
    54   include $(PATH_SUB_CURRENT)/bootsectors/Makefile.kmk
     54  ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # No yasm for linux.arm64 right now
     55   include $(PATH_SUB_CURRENT)/bootsectors/Makefile.kmk
     56  endif
    5557 endif
    5658endif
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