blob: a68504fd9c197889502197a5d1430ce2a0e1fc8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-ah,v 1.1 2004/07/28 12:14:49 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"
;;
|