From 09f43c3fa7bd1295e7a3e8ad9d20688f3317525f Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 18 Jul 2018 00:24:19 +0200 Subject: zaurus.inc: keep gcc7 as preferred version There are still issues and kernels 4.4.1xx fail to compile with gcc8.1. Temporarly revert to older compiler. Signed-off-by: Andrea Adami Signed-off-by: Paul Eggleton --- conf/machine/include/zaurus.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index c6e9e98..a44a437 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/include/zaurus.inc @@ -20,6 +20,10 @@ XSERVER = "xserver-xorg xf86-video-fbdev xf86-input-keyboard xf86-input-mouse xf # kernel ######## +# kernel 4.4 fails to compile with gcc8.1 +GCCVERSION_collie ?= "7.%" +GCCVERSION_poodle ?= "7.%" + PREFERRED_PROVIDER_virtual/kernel = "linux-handheld" # Default bootloader expects "zImage", use "uImage" for u-boot -- cgit 1.2.3-korg