Changeset 42514 in vbox
- Timestamp:
- Aug 1, 2012 4:07:34 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r42513 r42514 2225 2225 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_LIBGCC ?= $(shell $(TOOL_$(VBOX_GCC_TOOL)_CC) -print-libgcc-file-name)' 2226 2226 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-pointer-sign ?= $(call VBOX_GCC_CHECK_CC,-Wno-pointer-sign,)' 2227 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-array_bounds ?= $ $(if $$(int-ge $$(VBOX_GCC_VERSION_CXX),40300),-Wno-array-bounds,)'2227 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-array_bounds ?= $(call VBOX_GCC_CHECK_CC,-Wno-array-bounds,)' 2228 2228 # -Wextra produces additional useful warnings but includes -Wno-missing-field-initializers (too noisy) 2229 2229 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wextra ?= $(call VBOX_GCC_CHECK_CC,-Wextra,)'
Note:
See TracChangeset
for help on using the changeset viewer.