VirtualBox

Changeset 101175 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 19, 2023 4:55:36 PM (17 months ago)
Author:
vboxsync
Message:

Main: Also check for VBOX_WITH_VIRT_ARMV8 in SystemProperties::getSupportedPlatformArchitectures(). bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r101117 r101175  
    10291029        PlatformArchitecture_x86
    10301030#elif defined(RT_ARCH_ARM32) || defined(RT_ARCH_ARM64)
     1031# ifdef VBOX_WITH_VIRT_ARMV8
    10311032        PlatformArchitecture_ARM
     1033# else /* No platform supported. */
     1034        PlatformArchitecture_None:
     1035# endif
    10321036#else
    10331037# error "Port me!"
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