projects
/
openmpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
292dac8
)
ppc
author
Alastair McKinstry
<mckinstry@debian.org>
Thu, 3 May 2018 03:49:34 +0000
(
04:49
+0100)
committer
Alastair McKinstry
<mckinstry@debian.org>
Thu, 3 May 2018 03:49:34 +0000
(
04:49
+0100)
Gbp-Pq: Name ppc.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b4162ead1ae247ccd89c3e52478ec252bfc55dce..aa63f1fc04ea2d4fcf621d4ae49e4d8bc1889b60 100644
(file)
--- 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