Skip to content

Commit

Permalink
u-boot: fix build with gcc-6
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <[email protected]>
(cherry picked from commit 4ab8332670c2f6efe111846ed80e05e682126059)
  • Loading branch information
sraue authored and MilhouseVH committed Nov 15, 2016
1 parent 2763b46 commit 3a3b17a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tools/u-boot/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ pre_configure_target() {

# dont build in parallel because of problems
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() {
Expand Down

0 comments on commit 3a3b17a

Please sign in to comment.