VirtualBox

Changeset 79891 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Jul 19, 2019 4:16:19 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132296
Message:

*.kmk: Preparing for dropping 32-bit host support. Introducing a variable VBOX_SUPPORTED_HOST_ARCHS controlling what's supported and not. bugref:9511

File:
1 edited

Legend:

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

    r79521 r79891  
    208208        tstRTR0ThreadDriver
    209209 endif
     210 if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
     211  SYSMODS += \
     212        tstLdrObjR0
     213  ifdef VBOX_WITH_RAW_MODE
     214   SYSMODS += tstLdrObj
     215  endif
     216 endif
    210217 SYSMODS += \
    211         tstLdrObjR0 \
    212218        tstRTR0MemUserKernel \
    213219        tstRTR0SemMutex \
     
    215221        tstRTR0ThreadPreemption \
    216222        tstRTR0Thread
    217  ifdef VBOX_WITH_RAW_MODE
    218   SYSMODS += tstLdrObj
    219  endif
    220223 if1of ($(KBUILD_TARGET), solaris darwin)
    221224  PROGRAMS += tstRTR0DbgKrnlInfoDriver
    222225  SYSMODS += tstRTR0DbgKrnlInfo
    223  endif
     226 endif # VBOX_SUPPORTED_HOST_ARCHS only
    224227
    225228endif
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