userland/gcc: cc_pedantic is needed here, previous removal broke things

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-08-29 00:00:00 +00:00
parent fe3e97f70c
commit 9e39fc4fd5

View File

@@ -506,7 +506,7 @@ path_properties_tuples = (
}, },
), ),
'gcc': ( 'gcc': (
gnu_extension_properties, {**gnu_extension_properties, **{'cc_pedantic': False}},
{ {
'openmp.c': {'cc_flags': ['-fopenmp', LF]}, 'openmp.c': {'cc_flags': ['-fopenmp', LF]},
} }