Matthias Klose <d...@debian.org> writes: > 2011-08-22 Matthias Klose <d...@debian.org> > > Revert: > 2011-07-11 Arthur Loiret <aloi...@debian.org> > Matthias Klose <d...@debian.org> > * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if > tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc > convention.
Please also remove: tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32" from: mips*-*-linux*) # Linux MIPS, either endian. tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h" tmake_file="${tmake_file} mips/t-libgcc-mips16" if test x$enable_targets = xall; then tm_file="${tm_file} mips/gnu-user64.h mips/linux64.h" tmake_file="${tmake_file} mips/t-linux64" tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32" fi in config.gcc. (For the record, this follows up from: http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01108.html which I'd forgotten about until Matthias reminded me this morning.) OK with that change, thanks. Richard