diff options
Diffstat (limited to 'lang/gcc34/patches/patch-ah')
-rw-r--r-- | lang/gcc34/patches/patch-ah | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lang/gcc34/patches/patch-ah b/lang/gcc34/patches/patch-ah index a68504fd9c1..cb1e7212761 100644 --- a/lang/gcc34/patches/patch-ah +++ b/lang/gcc34/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.1 2004/07/28 12:14:49 shannonjr Exp $ +$NetBSD: patch-ah,v 1.2 2004/08/11 19:08:15 shannonjr Exp $ --- libstdc++-v3/configure.host.orig 2004-03-18 10:36:12.000000000 -0700 +++ libstdc++-v3/configure.host @@ -6,19 +6,9 @@ $NetBSD: patch-ah,v 1.1 2004/07/28 12:14:49 shannonjr Exp $ x86_64-*-linux*) abi_baseline_pair="x86_64-linux-gnu" ;; -+ x86_64-*-netbsd*) -+ abi_baseline_pair="x86_64-netbsdelf2.0" ++ *-netbsd*) ++ abi_baseline_pair=${ABI_BASELINE_PAIR} + ;; 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" - ;; |