bananapi-uboot: also fix for gcc9
This commit is contained in:
parent
ac2f9b9719
commit
835f76bcbb
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ do_configure() {
|
||||||
# generates an include for it but there is no such file.
|
# generates an include for it but there is no such file.
|
||||||
mkdir -p include/linux
|
mkdir -p include/linux
|
||||||
touch include/linux/compiler-gcc10.h
|
touch include/linux/compiler-gcc10.h
|
||||||
|
# Also current gcc9 requires this. Need to find the reason and fix that.
|
||||||
|
touch include/linux/compiler-gcc9.h
|
||||||
|
|
||||||
make mrproper
|
make mrproper
|
||||||
make Bananapi_config
|
make Bananapi_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue