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'