Changeset 17258 in vbox
- Timestamp:
- Mar 3, 2009 8:59:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r17221 r17258 1605 1605 $(APPEND) '$@' 'VBOX_GCC_LIBGCC ?= $(shell $(TOOL_$(VBOX_GCC_TOOL)_CC) -print-libgcc-file-name)' 1606 1606 $(APPEND) '$@' 'VBOX_GCC_Wno-pointer-sign ?= $(call VBOX_GCC_CHECK_CC,-Wno-pointer-sign,)' 1607 $(APPEND) '$@' 'VBOX_GCC_Wno-array_bounds ?= $ (call VBOX_GCC_CHECK_CC,-Wno-array-bounds,)'1607 $(APPEND) '$@' 'VBOX_GCC_Wno-array_bounds ?= $$(if $$(int-ge $$(VBOX_GCC_VERSION_CXX),40300),-Wno-array-bounds,)' 1608 1608 # -Wextra produces additional useful warnings but includes -Wno-missing-field-initializers (too noisy) 1609 1609 $(APPEND) '$@' 'VBOX_GCC_Wextra ?= $(call VBOX_GCC_CHECK_CC,-Wextra,)'
Note:
See TracChangeset
for help on using the changeset viewer.

