architectures/mips32r2: change flags name for GCC 5.4.0 .

This commit is contained in:
Pedro Gonçalves 2017-05-15 19:19:19 +01:00
parent fb7fbab958
commit ce0e86f9d8
1 changed files with 1 additions and 1 deletions

View File

@ -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'