From dc50fd3024ca3ce974cdccc1b0d619b05cbd2c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Mon, 15 May 2017 19:20:05 +0100 Subject: [PATCH] architectures/xscale: change flags name for GCC 5.4.0 . --- architectures/xscale.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architectures/xscale.cfg b/architectures/xscale.cfg index 9d14892..4238876 100644 --- a/architectures/xscale.cfg +++ b/architectures/xscale.cfg @@ -1,4 +1,4 @@ cfg_target_canonical="armv5-$cfg_glued_vendor-linux-gnueabi" cfg_target_linux='arm' cfg_target_gcc_flags='-O2 -pipe -funit-at-a-time -mtune=xscale -mfloat-abi=soft' -cfg_target_gcc_configure_flags='--with-arch=armv5te --with-tune=xscale --with-float=soft' +cfg_target_gcc_configure_flags='--with-arch=armv5te --with-mtune=xscale --with-float=soft'