From: Alastair McKinstry Date: Thu, 3 May 2018 03:49:34 +0000 (+0100) Subject: ppc X-Git-Tag: archive/raspbian/3.0.1.real-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=525f13f8cfd4ab420a524c8b973702b731b9a615;p=openmpi.git ppc Gbp-Pq: Name ppc.patch --- diff --git a/configure.ac b/configure.ac index b4162ead..aa63f1fc 100644 --- a/configure.ac +++ b/configure.ac @@ -87,12 +87,12 @@ AS_IF([test "$host" != "$target"], # Check for architectures that we explicitly no longer support case "${host}" in powerpc-*|powerpc64-*|ppc-*) - AC_MSG_ERROR([Big endian PPC is no longer supported.]) + AC_MSG_WARN([Big endian PPC is no longer offically supported.]) ;; esac case "${target}" in powerpc-*|powerpc64-*|ppc-*) - AC_MSG_ERROR([Big endian PPC is no longer supported.]) + AC_MSG_WARN([Big endian PPC is no longer officially supported.]) ;; esac