aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzop/lzop/0001-use-static-inlines-as-the-external-inline-definition.patch
AgeCommit message (Collapse)Author
2015-08-19lzop: Fix build with gcc5 on ppcKhem Raj
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>