View | Details | Raw Unified | Return to bug 2270
Collapse All | Expand All

(-)a/RELEASE_NOTES (+7 lines)
 Lines 18-23    Link Here 
18
18
19
Supported platforms
19
Supported platforms
20
-------------------
20
-------------------
21
This release is intended to work on systems with the following minimal
22
requirements:
23
- g++-4.8 or later
24
- clang-3.3 or later
25
- Python 2.7 (Python 2 series)
26
- Python 3.4 or later (Python 3 series)
27
21
This release has been tested on the following platforms:
28
This release has been tested on the following platforms:
22
29
23
New user-visible features
30
New user-visible features
(-)a/wscript (+3 lines)
 Lines 413-418    Link Here 
413
                conf.report_optional_feature("static", "Static build", False,
413
                conf.report_optional_feature("static", "Static build", False,
414
                                             "Link flag -Wl,--whole-archive,-Bstatic does not work")
414
                                             "Link flag -Wl,--whole-archive,-Bstatic does not work")
415
415
416
    # Enable C++-11 support
417
    env.append_value('CXXFLAGS', '-std=c++11')
418
416
    # Set this so that the lists won't be printed at the end of this
419
    # Set this so that the lists won't be printed at the end of this
417
    # configure command.
420
    # configure command.
418
    conf.env['PRINT_BUILT_MODULES_AT_END'] = False
421
    conf.env['PRINT_BUILT_MODULES_AT_END'] = False

Return to bug 2270