From 835f76bcbbdebc064d4ede7eb8e45920dfe2ecfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 15 Sep 2020 09:48:44 +0200 Subject: [PATCH] bananapi-uboot: also fix for gcc9 --- srcpkgs/bananapi-uboot/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/bananapi-uboot/template b/srcpkgs/bananapi-uboot/template index a483d5f378c..fb54ccbe81e 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