Changeset 49583 in vbox
- Timestamp:
- Nov 20, 2013 12:52:27 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90783
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r49529 r49583 2368 2368 $(QUIET)$(APPEND) '$@' ' endif' 2369 2369 $(QUIET)$(APPEND) '$@' 'endif' 2370 # C++ Std settings 2371 $(QUIET)$(APPEND) '$@' 'ifneq ($$(VBOX_GCC_VERSION_CXX),)' 2372 $(QUIET)$(APPEND) '$@' ' ifneq ($$(int-ge $$(VBOX_GCC_VERSION_CXX),40800),)' 2373 $(QUIET)$(APPEND) '$@' ' VBOX_GCC_std ?= -std=c++11' 2374 $(QUIET)$(APPEND) '$@' ' else ifneq ($$(int-ge $$(VBOX_GCC_VERSION_CXX),40600),)' 2375 $(QUIET)$(APPEND) '$@' ' VBOX_GCC_std ?= -std=c++0x' 2376 $(QUIET)$(APPEND) '$@' ' endif' 2377 $(QUIET)$(APPEND) '$@' 'endif' 2370 2378 ifeq ($(KBUILD_TARGET),solaris) 2371 2379 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_msave-args ?= $(call VBOX_GCC_CHECK_CXX,-msave-args,)' … … 4204 4212 $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC_Wno-variadic-macros) -Wno-long-long -Wno-non-virtual-dtor -Wshadow \ 4205 4213 -fshort-wchar -fpermissive -fexceptions -frtti $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing \ 4206 $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) 4214 $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_std) 4207 4215 TEMPLATE_VBOXMAINEXE_CXXFLAGS.x86 = -m32 4208 4216 TEMPLATE_VBOXMAINEXE_CXXFLAGS.amd64 = -m64
Note:
See TracChangeset
for help on using the changeset viewer.