VirtualBox

Changeset 101651 in vbox for trunk/src


Ignore:
Timestamp:
Oct 30, 2023 10:33:47 AM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159740
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

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r101545 r101651  
    3535
    3636
    37 LIBRARIES              += DisasmR3
     37ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by cidet in the validationkit but uses PAGE_OFFSET_MASK
     38 LIBRARIES             += DisasmR3
     39endif
    3840DisasmR3_TEMPLATE       = VBoxR3Dll
    3941DisasmR3_DEFS           = IN_DIS
     
    5860endif
    5961
    60 LIBRARIES              += DisasmR3Static
     62ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64)
     63 LIBRARIES             += DisasmR3Static
     64endif
    6165DisasmR3Static_TEMPLATE = VBoxR3Static
    6266DisasmR3Static_EXTENDS  = DisasmR3
  • 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette