| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index f45986319527ca174b0b493fc017bd1efdc44258..cb5e0ab23c3de980dffa71ac175f1310ae40898b 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -132,7 +132,7 @@ def write_ninja(path, options):
|
| cflags.extend(['-O2', '-g0'])
|
|
|
| cflags.extend(['-D_FILE_OFFSET_BITS=64', '-pthread', '-pipe'])
|
| - cflags_cc.extend(['-std=gnu++11', '-Wno-c++11-narrowing'])
|
| + cflags_cc.extend(['-std=c++11', '-Wno-c++11-narrowing'])
|
|
|
| static_libraries = {
|
| 'base': {'sources': [], 'tool': 'cxx'},
|
|
|