VirtualBox

Changeset 104734 in vbox


Ignore:
Timestamp:
May 20, 2024 5:17:51 PM (8 months ago)
Author:
vboxsync
Message:

Disassembler,HostDrivers/Support: Build disassembler and SUPR3 libraries on linux.arm64 if VBOX_WITH_STATIC_ARM64_PAGE_SHIFT is set, bugref:10391

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r101651 r104734  
    3535
    3636
    37 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by cidet in the validationkit but uses PAGE_OFFSET_MASK
     37if "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" != "linux.arm64" || defined(VBOX_WITH_STATIC_ARM64_PAGE_SHIFT) # @todo Required by cidet in the validationkit but uses PAGE_OFFSET_MASK
    3838 LIBRARIES             += DisasmR3
    3939endif
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r104665 r104734  
    4949# Targets
    5050#
    51 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by LoadGenerator in the validationkit but uses PAGE_SIZE++
     51if "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" != "linux.arm64" || defined(VBOX_WITH_STATIC_ARM64_PAGE_SHIFT) # @todo Required by LoadGenerator in the validationkit but uses PAGE_SIZE++
    5252 LIBRARIES += SUPR3 SUPR3Static
    5353endif
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