VirtualBox

Changeset 83891 in vbox for trunk


Ignore:
Timestamp:
Apr 21, 2020 12:36:32 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137421
Message:

/Config.kmk: Disable some features for unsupported host archs or we'll end up trying to install SDL dlls on windows when building x86. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r83885 r83891  
    10641064 VBOX_WITH_32_ON_64_MAIN_API=
    10651065endif # VBOX_QUICK
     1066
     1067# Only AMD64 is supported for the main product, so disable most of the other bits.
     1068ifn1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
     1069 VBOX_WITH_MAIN=
     1070 VBOX_WITH_QTGUI=
     1071 VBOX_WITH_VBOXSDL=
     1072 VBOX_WITH_VBOXHEADLESS=
     1073 VBOX_WITH_WEBSERVICES=
     1074 VBOX_WITH_DEBUGGER_GUI=
     1075endif
    10661076
    10671077ifeq ($(KBUILD_TARGET),darwin)
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