|
|
@ -6,7 +6,7 @@ diff -up chromium-62.0.3202.62/tools/gn/bootstrap/bootstrap.py.epel7-noc++14 chr
|
|
|
|
'-fno-exceptions'
|
|
|
|
'-fno-exceptions'
|
|
|
|
])
|
|
|
|
])
|
|
|
|
- cflags_cc.extend(['-std=c++14', '-Wno-c++11-narrowing'])
|
|
|
|
- cflags_cc.extend(['-std=c++14', '-Wno-c++11-narrowing'])
|
|
|
|
+ cflags_cc.extend(['-Wno-c++11-narrowing'])
|
|
|
|
+ cflags_cc.extend(['-std=c++11', '-Wno-c++11-narrowing'])
|
|
|
|
if is_aix:
|
|
|
|
if is_aix:
|
|
|
|
cflags.extend(['-maix64'])
|
|
|
|
cflags.extend(['-maix64'])
|
|
|
|
ldflags.extend([ '-maix64 -Wl,-bbigtoc' ])
|
|
|
|
ldflags.extend([ '-maix64 -Wl,-bbigtoc' ])
|
|
|
|