Marvell Uboot needs even older compiler, 4.8.4

This commit is contained in:
Igor Pecovnik 2016-05-18 20:23:55 +02:00
parent 496d23db4a
commit cb130fdde7

View File

@ -2,7 +2,7 @@ BOOTLOADER='https://github.com/SolidRun/u-boot-armada38x'
BOOTBRANCH='u-boot-2013.01-15t1-clearfog'
BOOTSOURCE='u-boot-armada'
UBOOT_NEEDS_GCC='< 5.0'
UBOOT_NEEDS_GCC='< 4.9'
case $BRANCH in
default)