VirtualBox

Changeset 61208 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
May 26, 2016 11:33:19 AM (9 years ago)
Author:
vboxsync
Message:

Config.kmk: remove -std=c++11 again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r61207 r61208  
    26302630# C++ Std settings
    26312631        $(QUIET)$(APPEND) '$@' 'ifneq ($$(VBOX_GCC_VERSION_CXX),)'
    2632         $(QUIET)$(APPEND) '$@' ' ifeq ($(BUILD_PLATFORM),darwin)'
    2633         $(QUIET)$(APPEND) '$@' '  VBOX_GCC_std ?= -std=c++11'
    2634         $(QUIET)$(APPEND) '$@' ' else ifneq ($$(int-ge $$(VBOX_GCC_VERSION_CXX),40800),)'
     2632        $(QUIET)$(APPEND) '$@' ' ifneq ($$(int-ge $$(VBOX_GCC_VERSION_CXX),40800),)'
    26352633        $(QUIET)$(APPEND) '$@' '  VBOX_GCC_std ?= -std=c++11'
    26362634        $(QUIET)$(APPEND) '$@' ' else ifneq ($$(int-ge $$(VBOX_GCC_VERSION_CXX),40600),)'
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