VirtualBox

Changeset 94880 in vbox


Ignore:
Timestamp:
May 6, 2022 2:32:28 AM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk: Use c++17 for darwin.arm64. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r94876 r94880  
    34173417## @todo consider maxing this out.
    34183418ifndef VBOX_GCC_std
    3419  if 0
     3419 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.arm64) # Go straight for c++17 here.
     3420VBOX_GCC_std := -std=c++17
    34203421# else if "$(VBOX_CLANG_VERSION_CXX)" vge 60000 # Most language features complete by v6. Lib stuff was less complete in v6, but hopefully acceptable for out purposes.
    34213422#VBOX_GCC_std := -std=c++17
     
    76547655 VBOX_PATH_QT_LIB        ?= $(VBOX_PATH_QT)/lib
    76557656
    7656  if defined(VBOX_WITH_ORACLE_QT) && (!defined(VBOX_WITH_QT6) || "$(KBUILD_TARGET)" != "darwin") 
     7657 if defined(VBOX_WITH_ORACLE_QT) && (!defined(VBOX_WITH_QT6) || "$(KBUILD_TARGET)" != "darwin")
    76577658  VBOX_QT_INFIX := VBox
    76587659 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