pkgsrc/lang/gcc34/patches/patch-ah
shannonjr 5fc3ae83af 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.
2004-09-21 13:32:40 +00:00

13 lines
348 B
Text

$NetBSD: patch-ah,v 1.3 2004/09/21 13:32:40 shannonjr Exp $
--- libstdc++-v3/configure.host.orig 2004-08-27 13:52:30.000000000 -0600
+++ libstdc++-v3/configure.host
@@ -244,4 +244,8 @@ case "${host}" in
x86_64-*-linux*)
abi_baseline_pair="x86_64-linux-gnu"
;;
+ *-netbsd*)
+ abi_baseline_pair=${ABI_BASELINE_PAIR}
+ ;;
+
esac