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 18:05:35 +0100 |
commit | 71e18354198276fa7a9c4d343693bec90ec9b50d (patch) | |
tree | ed5728e4ab090c71f0d3aa4ae4499dc94eafdf81 /meta/recipes-core/uclibc | |
parent | de17216dd99b79999e8b145b63a540e79dd522e3 (diff) | |
download | poky-71e18354198276fa7a9c4d343693bec90ec9b50d.tar.gz |
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
(From OE-Core rev: 73bcb12743537e8b0e047b0783dc8f5bb2f62db6)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc')
0 files changed, 0 insertions, 0 deletions