Changeset 42512 in vbox
- Timestamp:
- Aug 1, 2012 3:22:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r42511 r42512 2178 2178 2179 2179 VBOX_GCC_CHECK_CXX = $(shell \ 2180 if $(TOOL_$(VBOX_GCC_TOOL)_CXX) $( 1) -S -o /dev/null -xc++ /dev/null > /dev/null 2>&1; \2180 if $(TOOL_$(VBOX_GCC_TOOL)_CXX) $(subst -Wno-,-W,$(1)) -S -o /dev/null -xc++ /dev/null > /dev/null 2>&1; \ 2181 2181 then echo "$(1)"; \ 2182 2182 else echo "$(2)"; fi; ) … … 2230 2230 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wlogical-op ?= $(call VBOX_GCC_CHECK_CC,-Wlogical-op,)' 2231 2231 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-address ?= $(call VBOX_GCC_CHECK_CXX,-Wno-address,)' 2232 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-delete-non-virtual-dtor ?= $(call VBOX_GCC_CHECK_CXX,-W delete-non-virtual-dtor,)'2232 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-delete-non-virtual-dtor ?= $(call VBOX_GCC_CHECK_CXX,-Wno-delete-non-virtual-dtor,)' 2233 2233 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-int-to-pointer-cast ?= $(call VBOX_GCC_CHECK_CC,-Wno-int-to-pointer-cast,)' 2234 2234 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-invalid-offsetof ?= $(call VBOX_GCC_CHECK_CXX,-Wno-invalid-offsetof,)'
Note:
See TracChangeset
for help on using the changeset viewer.