From 525f13f8cfd4ab420a524c8b973702b731b9a615 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Thu, 3 May 2018 04:49:34 +0100 Subject: [PATCH] ppc Gbp-Pq: Name ppc.patch --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2