VirtualBox

Ignore:
Timestamp:
May 20, 2024 5:17:51 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163295
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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