VirtualBox

Changeset 79891 in vbox for trunk/Makefile.kmk


Ignore:
Timestamp:
Jul 19, 2019 4:16:19 PM (5 years ago)
Author:
vboxsync
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/Makefile.kmk

    r79861 r79891  
    2424ifndef VBOX_ONLY_ROOT_MAKEFILE
    2525 if  (defined(VBOX_WITH_DOCS) || defined(VBOX_WITH_MAIN)) \
    26   && (!defined(VBOX_ONLY_BUILD) || defined(VBOX_ONLY_DOCS) || defined(VBOX_ONLY_SDK))
     26  && (!defined(VBOX_ONLY_BUILD) || defined(VBOX_ONLY_DOCS) || defined(VBOX_ONLY_SDK)) \
     27  && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != ""
    2728  include $(PATH_SUB_CURRENT)/doc/manual/Makefile.kmk
    2829 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