summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/configure.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d90525d2c8a..371c6d57ef5 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-14 Alan Modra <amodra@gmail.com>
+
+ * configure.host (abi_baseline_pair): Match powerpc64*.
+
2013-06-13 Daniel Krugler <daniel.kruegler@gmail.com>
* include/std/type_traits (is_function): Support ref-qualified
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host
index cdd0fb219bc..23b3f523bcf 100644
--- a/libstdc++-v3/configure.host
+++ b/libstdc++-v3/configure.host
@@ -330,7 +330,7 @@ case "${host}" in
mips64*)
abi_baseline_pair=mips64-linux-gnu
;;
- powerpc64)
+ powerpc64*)
abi_baseline_pair=powerpc64-linux-gnu
;;
s390)