5fc3ae83af
for regressions in GCC 3.4.1 relative to previous releases of GCC.
13 lines
348 B
Text
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
|