VirtualBox

Changeset 42513 in vbox


Ignore:
Timestamp:
Aug 1, 2012 3:37:47 PM (12 years ago)
Author:
vboxsync
Message:

Config.kmk: apply same change as for g++ feature detection to gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r42512 r42513  
    21732173else
    21742174VBOX_GCC_CHECK_CC = $(shell \
    2175    if $(TOOL_$(VBOX_GCC_TOOL)_CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
     2175   if $(TOOL_$(VBOX_GCC_TOOL)_CC) $(subst -Wno-,-W,$(1)) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
    21762176   then echo "$(1)"; \
    21772177   else echo "$(2)"; fi; )
Note: See TracChangeset for help on using the changeset viewer.

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