configs/olimex_a20_olinuxino_lime_legacy: use gcc 6.x and not the default version
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 22 Nov 2018 09:41:47 +0000 (10:41 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 23 Nov 2018 09:43:13 +0000 (10:43 +0100)
commit88928bbd6ebf2e56ea3b0caf45d6f4cc0db53646
tree19766749a72443ce795dd89f1a1ebb953db4b956
parenta8aaee72a7f1db5de8839eb3a5499046a38a4fac
configs/olimex_a20_olinuxino_lime_legacy: use gcc 6.x and not the default version

The old 3.4 Linux kernel used by this defconfig doesn't build with gcc 7.x:

include/linux/compiler-gcc.h:106:1: fatal error: linux/compiler-gcc7.h: No such file or directory

So let's use gcc 6.x for the time being.

Long term, we should use a newer or different kernel source for this
defconfig, or get rid of the defconfig entirely if there's no updated
kernel with a fix.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/123771091

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/olimex_a20_olinuxino_lime_legacy_defconfig