VirtualBox

Changeset 101643 in vbox for trunk


Ignore:
Timestamp:
Oct 30, 2023 9:27:02 AM (15 months ago)
Author:
vboxsync
Message:

Runtime: Allow building on linux.arm64, bugref:10541

File:
1 edited

Legend:

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

    r101501 r101643  
    812812        r3/init-data.cpp \
    813813        r3/process-data.cpp \
    814         r3/mempage-heap.cpp \
    815814        r3/memsafer-r3.cpp \
    816815        r3/path.cpp \
     
    830829 RuntimeBaseR3_SOURCES += \
    831830        common/zip/lzmavfs.cpp
     831endif
     832if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64)
     833 RuntimeBaseR3_SOURCES += \
     834        r3/mempage-direct.cpp
     835else
     836 RuntimeBaseR3_SOURCES += \
     837        r3/mempage-heap.cpp
    832838endif
    833839
     
    12071213        r3/linux/semeventmulti-linux.cpp
    12081214 RuntimeBaseR3_SOURCES.linux.arm64 += \
     1215        generic/RTMpGetDescription-generic-stub.cpp \
    12091216        r3/posix/system-page-size-posix.cpp \
    12101217        r3/linux/semevent-linux.cpp \
    12111218        r3/linux/semeventmulti-linux.cpp
    12121219 RuntimeBaseR3_SOURCES.linux.arm32 += \
     1220        generic/RTMpGetDescription-generic-stub.cpp \
    12131221        r3/posix/system-page-size-posix.cpp \
    12141222        r3/linux/semevent-linux.cpp \
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