pkgsrc-ng/lang/gcc45/patches/patch-gcc_config_mips_t-netbsd64
Lionel Sambuc 612ad0a18c lang/gcc45
2016-01-22 00:09:29 +01:00

15 lines
454 B
Plaintext

$NetBSD$
--- gcc/config/mips/t-netbsd64.orig Wed May 21 19:48:54 2014
+++ gcc/config/mips/t-netbsd64
@@ -0,0 +1,9 @@
+# NetBSD has (will have) "non-native" libraries in /usr/lib/<arch>.
+# 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/64 ../lib/o32
+
+LIBGCC = stmp-multilib
+INSTALL_LIBGCC = install-multilib