Changeset 85048 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Jul 3, 2020 9:34:16 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/Makefile.kmk
r84540 r85048 77 77 ifeq ($(KBUILD_TARGET),solaris) 78 78 ifneq ($(VBOX_GCC_VERSION_CXX),) 79 if neq ($(int-ge $(VBOX_GCC_VERSION_CXX),40600),)79 if $(VBOX_GCC_VERSION_CXX) >= 40600 80 80 # we compile C++ code with -std=c++0x / -std=c++11 81 81 VBoxNetNAT_CFLAGS.solaris += -std=c99
Note:
See TracChangeset
for help on using the changeset viewer.