configure.host (abi_baseline_pair): Match powerpc64*.

* configure.host (abi_baseline_pair): Match powerpc64*.

From-SVN: r200087
This commit is contained in:
Alan Modra 2013-06-14 18:10:47 +09:30 committed by Alan Modra
parent ef7e7ab278
commit 8f7fa4ba72
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -330,7 +330,7 @@ case "${host}" in
mips64*)
abi_baseline_pair=mips64-linux-gnu
;;
powerpc64)
powerpc64*)
abi_baseline_pair=powerpc64-linux-gnu
;;
s390)