diff --git a/srcpkgs/bananapi-uboot/template b/srcpkgs/bananapi-uboot/template index a483d5f378..fb54ccbe81 100644 --- a/srcpkgs/bananapi-uboot/template +++ b/srcpkgs/bananapi-uboot/template @@ -19,6 +19,8 @@ do_configure() { # generates an include for it but there is no such file. mkdir -p include/linux 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 Bananapi_config