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)
commit555f61134c44d40a5228661b229b39b5e95b44c3
tree221ec6905ca46eccd9616791fd3afcc5460a61c8
parent52907ecd6c003a38feb908d45d291e5626c6f396
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]