The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libcec / 0001-remove-Wno-psabi.patch
1 Do not use -Wno-psabi option
2
3 This option was added in gcc 4.5, and Buildroot still uses gcc 4.3 on
4 some architectures. Since it's non essential (only disables some
5 warning), let's get rid of it.
6
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8
9 Index: b/configure.ac
10 ===================================================================
11 --- a/configure.ac
12 +++ b/configure.ac
13 @@ -137,7 +137,7 @@
14  use_udev="no"
15  use_adapter_detection="yes"
16  use_lockdev="no"
17 -SUPPRESS_MANGLING_WARNINGS=" -Wno-psabi"
18 +SUPPRESS_MANGLING_WARNINGS=""
19  case "${host}" in
20    *-*-linux*)
21      ## search for udev if pkg-config was found