diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-09-28 16:33:14 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-09-30 10:06:01 +0200 |
commit | 1495e72d587d02a8e18ccef028eddcd0a6de70e2 (patch) | |
tree | e136e9b5e31ac4b3139a184a08bcd529e742c7ee /package/nodejs/nodejs.hash | |
parent | 23a9d07bf466b09c959fc57f62e5137843dffe26 (diff) | |
download | buildroot-1495e72d587d02a8e18ccef028eddcd0a6de70e2.tar.gz buildroot-1495e72d587d02a8e18ccef028eddcd0a6de70e2.zip |
lzop: unbreak powerpc build with GCC >= 5
Fixes:
http://autobuild.buildroot.net/results/c60/c60554f7b84d5050b86c1735fb857856ddfa4dff/
http://autobuild.buildroot.net/results/888/888ea1aea200a71d0887754e2afabdc6b260bf2f/
http://autobuild.buildroot.net/results/219/219194d269d7f3cf4c3db120e6d8079085916bd3/
GCC >= 5 changed the behaviour of 'extern inline', causing linking errors
when the powerpc inline functions are used in multiple compilation units:
https://gcc.gnu.org/gcc-5/porting_to.html
Add a patch from openembedded to change it to use static inline (which has
the correct behaviour in both old/new GCC versions) to fix it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nodejs/nodejs.hash')
0 files changed, 0 insertions, 0 deletions