xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/t-netbsd64 (revision 82d56013d7b633d116a93943de88e08335357a7c)
1# NetBSD has (will have) "non-native" libraries in /usr/lib/<arch>.
2# For NetBSD/mips64 we thus have /usr/lib (n32), /usr/lib/o32 and /usr/lib/64.
3
4MULTILIB_OPTIONS = mabi=n32/mabi=64/mabi=32
5MULTILIB_DIRNAMES = n32 n64 o32
6MULTILIB_OSDIRNAMES = . ../lib/64 ../lib/o32
7
8LIBGCC = stmp-multilib
9INSTALL_LIBGCC = install-multilib
10