summaryrefslogtreecommitdiff
path: root/lang/gcc-3.4/patches/patch-libstdc++-v3_configure_host
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc-3.4/patches/patch-libstdc++-v3_configure_host')
-rw-r--r--lang/gcc-3.4/patches/patch-libstdc++-v3_configure_host24
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/gcc-3.4/patches/patch-libstdc++-v3_configure_host b/lang/gcc-3.4/patches/patch-libstdc++-v3_configure_host
new file mode 100644
index 00000000000..c5231b5f80e
--- /dev/null
+++ b/lang/gcc-3.4/patches/patch-libstdc++-v3_configure_host
@@ -0,0 +1,24 @@
+$NetBSD: patch-libstdc++-v3_configure_host,v 1.1.1.1 2004/06/01 19:18:17 shannonjr Exp $
+
+--- libstdc++-v3/configure.host.orig 2004-03-18 10:36:12.000000000 -0700
++++ libstdc++-v3/configure.host
+@@ -227,6 +227,9 @@ case "${host}" in
+ x86_64-*-linux*)
+ abi_baseline_pair="x86_64-linux-gnu"
+ ;;
++ x86_64-*-netbsd*)
++ abi_baseline_pair="x86_64-netbsdelf2.0"
++ ;;
+ alpha*-*-freebsd5*)
+ abi_baseline_pair="alpha-freebsd5"
+ ;;
+@@ -236,6 +239,9 @@ case "${host}" in
+ i*86-*-freebsd5*)
+ abi_baseline_pair="i386-freebsd5"
+ ;;
++ i*86-*-netbsd*)
++ abi_baseline_pair="i386-netbsdelf2.0"
++ ;;
+ sparc*-*-freebsd5*)
+ abi_baseline_pair="sparc-freebsd5"
+ ;;