From 1592437a1e096244e7130849fe4c84e3cf1c36ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Mon, 15 May 2017 19:19:19 +0100 Subject: [PATCH] architectures/mips32r2: change flags name for GCC 5.4.0 . --- architectures/mips32r2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architectures/mips32r2.cfg b/architectures/mips32r2.cfg index 9faa21d..c5d6938 100644 --- a/architectures/mips32r2.cfg +++ b/architectures/mips32r2.cfg @@ -1,5 +1,5 @@ cfg_target_canonical="mipsisa32r2-$cfg_glued_vendor-linux-gnu" cfg_target_linux='mips' cfg_target_gcc_flags='-O2 -pipe -funit-at-a-time -mabi=32 -mips32r2 -mtune=mips32r2 -msoft-float' -cfg_target_gcc_configure_flags='--with-abi=32 --with-tune=mips32r2 --with-float=soft' +cfg_target_gcc_configure_flags='--with-abi=32 --with-mtune=mips32r2 --with-float=soft' cfg_target_glibc_configure_flags='--without-fp'