VirtualBox

Ignore:
Timestamp:
Oct 30, 2023 10:33:47 AM (13 months ago)
Author:
vboxsync
Message:

Disassembler,HostDrivers/Support: Makefile fixes to make it work on linux.arm64 for the validationkit LoadGenerator and cidet-app are only built on x86/amd64 so we don't need the disassembler and SUP library currently on arm64, bugref:10541

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r99673 r101651  
    4949# Targets
    5050#
    51 LIBRARIES += SUPR3 SUPR3Static
     51ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by LoadGenerator in the validationkit but uses PAGE_SIZE++
     52 LIBRARIES += SUPR3 SUPR3Static
     53endif
    5254if   defined(VBOX_WITH_HARDENING) \
    5355  && !defined(VBOX_ONLY_VALIDATIONKIT)
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