summaryrefslogtreecommitdiff
path: root/lang/gcc34/patches
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2004-09-21 13:32:40 +0000
committershannonjr <shannonjr>2004-09-21 13:32:40 +0000
commit0f148475c7d2e12287822695f86ca8567ac3e571 (patch)
tree0ff2c310134f666b67f982d2ca7ea491c3d3413d /lang/gcc34/patches
parent0ac36402ac4f9ac93068a972922b31fea1df1a94 (diff)
downloadpkgsrc-0f148475c7d2e12287822695f86ca8567ac3e571.tar.gz
Upgrade from 3.4.1 to 3.4.2. gcc 3.4.2 is a bug fix release containing fixes
for regressions in GCC 3.4.1 relative to previous releases of GCC.
Diffstat (limited to 'lang/gcc34/patches')
-rw-r--r--lang/gcc34/patches/patch-ah11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/gcc34/patches/patch-ah b/lang/gcc34/patches/patch-ah
index cb1e7212761..17e37433d34 100644
--- a/lang/gcc34/patches/patch-ah
+++ b/lang/gcc34/patches/patch-ah
@@ -1,14 +1,13 @@
-$NetBSD: patch-ah,v 1.2 2004/08/11 19:08:15 shannonjr Exp $
+$NetBSD: patch-ah,v 1.3 2004/09/21 13:32:40 shannonjr Exp $
---- libstdc++-v3/configure.host.orig 2004-03-18 10:36:12.000000000 -0700
+--- libstdc++-v3/configure.host.orig 2004-08-27 13:52:30.000000000 -0600
+++ libstdc++-v3/configure.host
-@@ -227,6 +227,9 @@ case "${host}" in
+@@ -244,4 +244,8 @@ case "${host}" in
x86_64-*-linux*)
abi_baseline_pair="x86_64-linux-gnu"
;;
+ *-netbsd*)
+ abi_baseline_pair=${ABI_BASELINE_PAIR}
+ ;;
- alpha*-*-freebsd5*)
- abi_baseline_pair="alpha-freebsd5"
- ;;
++
+ esac