diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-16 11:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-19 17:57:50 +0100 |
commit | 73bcb12743537e8b0e047b0783dc8f5bb2f62db6 (patch) | |
tree | d2f554753aee3d50af0c337cbc5c8c83cb002598 /scripts/lib/devtool/deploy.py | |
parent | 39a9d16a94954d6ba8c90c705801f21ae81fbaf7 (diff) | |
download | openembedded-core-73bcb12743537e8b0e047b0783dc8f5bb2f62db6.tar.gz openembedded-core-73bcb12743537e8b0e047b0783dc8f5bb2f62db6.tar.bz2 openembedded-core-73bcb12743537e8b0e047b0783dc8f5bb2f62db6.zip |
lzop: Fix build with gcc5 on ppc
It seems all other architectures provide their own definitions for these
functions like __ACC_UA_GET_LE16 and this code is exposed only on ppc
this is the typical extern inline ( gnu definition ) version c99
semantics, lets use static inline which works both ways
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions