VirtualBox

Changeset 42514 in vbox


Ignore:
Timestamp:
Aug 1, 2012 4:07:34 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79679
Message:

Config.kmk: actually the correct check works here as well (tested with gcc-4.2 and 4.3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r42513 r42514  
    22252225        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_LIBGCC                ?= $(shell $(TOOL_$(VBOX_GCC_TOOL)_CC) -print-libgcc-file-name)'
    22262226        $(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,)'
    22282228# -Wextra produces additional useful warnings but includes -Wno-missing-field-initializers (too noisy)
    22292229        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wextra                ?= $(call VBOX_GCC_CHECK_CC,-Wextra,)'
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette