VirtualBox

Changeset 100311 in vbox


Ignore:
Timestamp:
Jun 28, 2023 10:28:18 AM (17 months ago)
Author:
vboxsync
Message:

Runtime/Makefile.kmk: Exclude some code in the guest and build progs runtime library which is not used and to complicated to get rid of PAGE_SIZE for now, bugref:10476

File:
1 edited

Legend:

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

    r100307 r100311  
    27352735        r3/posix/utf8-posix.cpp
    27362736
     2737RuntimeBldProg_SOURCES.linux = $(filter-out \
     2738                r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
     2739                r3/memsafer-r3.cpp \
     2740                , $(RuntimeBaseR3_SOURCES.linux)) \
     2741                r3/posix/rtmempage-exec-mmap-posix.cpp
     2742
    27372743## @todo reduce linux, solaris and freebsd sources too.
    27382744
     
    27722778        r3/win/vcc-fakes-shell32-A.asm
    27732779endif
     2780
     2781RuntimeGuestR3_SOURCES.linux             = $(filter-out \
     2782                r3/posix/rtmempage-exec-mmap-heap-posix.cpp \
     2783                r3/memsafer-r3.cpp \
     2784                , $(RuntimeR3_SOURCES.linux)) \
     2785                r3/posix/rtmempage-exec-mmap-posix.cpp
    27742786
    27752787
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