u-boot: fix build with gcc-6

Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit 4ab8332670c2f6efe111846ed80e05e682126059)
This commit is contained in:
Stephan Raue 2016-11-15 23:49:07 +00:00 committed by MilhouseVH
parent 2763b466ce
commit 3a3b17a16d

View File

@ -56,6 +56,10 @@ pre_configure_target() {
# dont build in parallel because of problems # dont build in parallel because of problems
MAKEFLAGS=-j1 MAKEFLAGS=-j1
# copy compiler-gcc5.h to compiler-gcc6. for fake building
cp include/linux/compiler-gcc5.h include/linux/compiler-gcc6.h
} }
make_target() { make_target() {