diff mbox

powerpc64le abi check

Message ID 20130613041846.GF21523@bubble.grove.modra.org
State New
Headers show

Commit Message

Alan Modra June 13, 2013, 4:18 a.m. UTC
In order to check powerpc64le abi symbols.  Bootstrapped etc.
powerpc64-linux.  OK to apply?

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

Patch

Index: libstdc++-v3/configure.host
===================================================================
--- libstdc++-v3/configure.host	(revision 200055)
+++ libstdc++-v3/configure.host	(working copy)
@@ -330,7 +330,7 @@  case "${host}" in
       mips64*)
 	abi_baseline_pair=mips64-linux-gnu
 	;;
-      powerpc64)
+      powerpc64*)
         abi_baseline_pair=powerpc64-linux-gnu
         ;;
       s390)