VirtualBox

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/HostDrivers/Support/Makefile.kmk

    r78107 r79891  
    3333LIBRARIES += SUPR3 SUPR3Static
    3434if   defined(VBOX_WITH_HARDENING) \
    35  && !defined(VBOX_ONLY_VALIDATIONKIT)
     35 && !defined(VBOX_ONLY_VALIDATIONKIT) \
     36 && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != ""
    3637 LIBRARIES += SUPR3HardenedStatic
    3738endif
     
    5051if  !defined(VBOX_ONLY_DOCS) \
    5152 && !defined(VBOX_ONLY_EXTPACKS) \
    52  && !defined(VBOX_ONLY_VALIDATIONKIT)
     53 && !defined(VBOX_ONLY_VALIDATIONKIT) \
     54 && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != ""
    5355 ifdef VBOX_WITH_SUPSVC
    5456  PROGRAMS += VBoxSupSvc
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette