From 05ef973532a50f7154bdddbb967110ec10bc378c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Mon, 15 May 2017 19:18:07 +0100 Subject: [PATCH] architectures/cortex-a9-hardfp: change flags name for GCC 5.4.0 . --- architectures/cortex-a9-hardfp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architectures/cortex-a9-hardfp.cfg b/architectures/cortex-a9-hardfp.cfg index 24590fe..21398ef 100644 --- a/architectures/cortex-a9-hardfp.cfg +++ b/architectures/cortex-a9-hardfp.cfg @@ -2,5 +2,5 @@ cfg_target_canonical="armv7-$cfg_glued_vendor-linux-gnueabihf" cfg_target_linux='arm' cfg_target_uboot_arch='arm' cfg_target_gcc_flags='-O2 -pipe -funit-at-a-time -mcpu=cortex-a9 -mtune=cortex-a9 -mfloat-abi=hard -mfpu=vfpv3' -cfg_target_gcc_configure_flags='--with-arch=armv7-a --with-cpu=cortex-a9 --with-tune=cortex-a9 --with-fpu=vfpv3 --with-float=hard' +cfg_target_gcc_configure_flags='--with-arch=armv7-a --with-mcpu=cortex-a9 --with-mtune=cortex-a9 --with-fpu=vfpv3 --with-float=hard' cfg_target_ar_flags='elf32-littlearm'