tools/mkimage: backport gcc5 compatibility, patch
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 19 May 2015 22:17:16 +0000 (22:17 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 19 May 2015 22:17:16 +0000 (22:17 +0000)
commit2ef739d258671a35331e65457a1f8c921b48cb3f
treeaea9069cf17deb5433b29ab16751d2815f38021b
parentd0af85c9a5ea546aa8f7322d52c8d256c2895902
tools/mkimage: backport gcc5 compatibility, patch

Fedora 22 includes gcc5 by default
build leads to error:
include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc5.h: No such file or directory

backport upstream patch: "Add linux/compiler-gcc5.h to fix builds with gcc5"
id: 478b02f1a7043b673565075ea5016376f3293b23

Issue was reported at
https://forum.openwrt.org/viewtopic.php?id=56853
& replicated in a VM

created, flashed and tested ar71xx image successfully
as test

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 45703
tools/mkimage/patches/200-gcc5_compat.patch [new file with mode: 0644]