VirtualBox

Changeset 99792 in vbox


Ignore:
Timestamp:
May 15, 2023 3:59:41 PM (17 months ago)
Author:
vboxsync
Message:

Runtime: Disable some stuff for now when running under parfait, bugref:3409

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

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

    r99709 r99792  
    116116 LIBRARIES.solaris += RuntimeR0Stub
    117117 LIBRARIES.win += RuntimeR0Stub RuntimeR3NoCrt
    118  LIBRARIES.win.amd64 += RuntimeR3-x86
     118 ifndef VBOX_WITH_PARFAIT
     119  LIBRARIES.win.amd64 += RuntimeR3-x86
     120 endif
    119121 ifdef VBOX_WITH_RAW_MODE
    120122  LIBRARIES += RuntimeRC
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r98496 r99792  
    738738 tstRTNoCrt-5_TEMPLATE := VBoxR3TstExeStatic
    739739 if   "$(KBUILD_TARGET_ARCH)" == "amd64" \
    740    && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_VALIDATIONKIT) && !defined(VBOX_ONLY_DOCS) # mirrors RuntimeR3-x86 cond
     740   && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_VALIDATIONKIT) && !defined(VBOX_ONLY_DOCS) \
     741   && !defined(VBOX_WITH_PARFAIT) # mirrors RuntimeR3-x86 cond
    741742  tstRTNoCrt-5_BLD_TRG_ARCH := x86
    742743 endif
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