Ticket #51196: std=.patch

File std=.patch, 374 bytes (added by ballapete (Peter "Pete" Dyballa), 8 years ago)

Patch against -std= option for GCC < 4.8

  • nss/external_tests/common/gtest.

    old new  
    3131    # On windows, we need to create the parent directory
    3232    # Needed because we include files from a subdirectory
    3333    MAKE_OBJDIR = $(INSTALL) -D $(dir $@)
    34 else
    35     CXXFLAGS += -std=c++0x
    3634endif