"Steve Ellcey " <sell...@mips.com> writes: > @@ -40,3 +40,11 @@ MULTILIB_EXCEPTIONS += *mips16/mabi=64* > MULTILIB_EXCEPTIONS += *mips64*/mmicromips* > MULTILIB_EXCEPTIONS += *mips32/mmicromips* > MULTILIB_EXCEPTIONS += *mmicromips/mabi=64* > + > +# We do not want nan2008 libraries for soft-float. > +MULTILIB_EXCEPTIONS += *msoft-float*/*mnan=2008* > + > +# -mfp64 libraries are only built for mips32r2 and not in mips16 mode. > +MULTILIB_EXCEPTIONS += *mips32*/*mfp64* > +MULTILIB_EXCEPTIONS += *mips64*/*mfp64* > +MULTILIB_EXCEPTIONS += *mips16*/*mfp64*
In theory, "mips32/*mfp64*" ought to cope better with --with-arch builds (e.g. --with-arch=mips64r2) and would match the micromips exception. Same for the other makefile. OK with that change, thanks. Richard