diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-05-30 03:39:23 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:24 +0200 |
commit | 0cce9fee049c3186cd07d791f602ada52e5afbc9 (patch) | |
tree | 34989061bd0cb1683650f983a04966810fb5a7df /meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb | |
parent | 25f31a59529a7df6895cd0df16a5b4541af86b33 (diff) | |
download | meta-openembedded-0cce9fee049c3186cd07d791f602ada52e5afbc9.tar.gz |
efivar-native: fix compile failure with older host gcc (<=4.6)
While host gcc version is 4.6.3 in ubuntu 1204, it
did not recognize -std=gnu11 and -Wmaybe-uninitialized.
While host gcc version is 4.4.7 in centos6, it
did not recognize -std=gnu11, -Wmaybe-uninitialized,
and -flto.
For native build, use -std=gnu99 to replace -std=gnu11,
and directly remove -Wmaybe-uninitialized and -flto.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb')
0 files changed, 0 insertions, 0 deletions