mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
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:
parent
2763b466ce
commit
3a3b17a16d
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user