Description: Detect more 64-bit systems
Author: Alastair McKinstry <mckinstry@debian.org>
Forwarded: no
Last-Updated: 2018-06-12

--- a/configure
+++ b/configure
@@ -70,6 +70,9 @@
 	POWER\ MACINTOSH)
 	BUILD_CPU=POWERPC
 	;;
+        PPC64LE)
+	BUILD_CPU=PPC64
+	;;   
 esac
 
 if [ "$BUILD_CPU" = X86_64 -a "$BUILD_SYS" = LINUX -a "$CONDA_BUILD_CROSS_COMPILATION" != 1 ]
@@ -480,7 +483,7 @@
 
 if [ "$globus_flavor" = auto ]
 then
-	if [ $BUILD_CPU = X86_64 -o $BUILD_CPU = AMD64 ]
+	if [ $BUILD_CPU = X86_64 -o $BUILD_CPU = AMD64 -o $BUILD_CPU = MIPS64 -o $BUILD_CPU = ARM64 -o $BUILD_CPU = PPC64 -o $BUILD_CPU = RISVCV64 -o $BUILD_CPU = SPARC64 -o $BUILD_CPU = ALPHA -o $BUILD_CPU = IA64 ]
 	then
 		globus_flavor=gcc64
 	else
