Module Name: src
Committed By: mrg
Date: Wed Dec 9 04:35:21 UTC 2009
Modified Files:
src/gnu/dist/gcc4/gcc/config/mips [matt-nb5-mips64]: t-netbsd64
Log Message:
fix the multi-arch support: find o32 and 64 bit libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/gnu/dist/gcc4/gcc/config/mips/t-netbsd64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/dist/gcc4/gcc/config/mips/t-netbsd64
diff -u src/gnu/dist/gcc4/gcc/config/mips/t-netbsd64:1.1.2.1 src/gnu/dist/gcc4/gcc/config/mips/t-netbsd64:1.1.2.2
--- src/gnu/dist/gcc4/gcc/config/mips/t-netbsd64:1.1.2.1 Sun Aug 23 20:28:58 2009
+++ src/gnu/dist/gcc4/gcc/config/mips/t-netbsd64 Wed Dec 9 04:35:21 2009
@@ -1,9 +1,9 @@
# NetBSD has (will have) "non-native" libraries in /usr/lib/<arch>.
-# For NetBSD/mips64 we thus have /usr/lib and /usr/lib/abiN64.
+# For NetBSD/mips64 we thus have /usr/lib (n32), /usr/lib/o32 and /usr/lib/64.
MULTILIB_OPTIONS = mabi=n32/mabi=64/mabi=32
MULTILIB_DIRNAMES = n32 n64 o32
-MULTILIB_OSDIRNAMES = . ../lib/abiN64 ../lib/abiO32
+MULTILIB_OSDIRNAMES = . ../lib/64 ../lib/o32
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib