Skip to content

Commit 8b8a004

Browse files
authored
Merge pull request #5051 from jsquyres/pr/v3.0.x/remove-power7be-configure-block
v3.0.x: remove power7be configure block
2 parents 1d19dd3 + 5f5ab91 commit 8b8a004

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ it is possible for items to appear more than once in the list.
3939
3.0.2 -- May, 2018
4040
------------------
4141

42+
- Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
43+
still not a supported platform, but it is no longer automatically
44+
disabled. See
45+
https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
46+
for more information.
47+
48+
4249
3.0.1 -- March, 2018
4350
----------------------
4451

configure.ac

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ AS_IF([test "$host" != "$target"],
8484
[AC_MSG_WARN([Cross-compile detected])
8585
AC_MSG_WARN([Cross-compiling is only partially supported])
8686
AC_MSG_WARN([Proceed at your own risk!])])
87-
# Check for architectures that we explicitly no longer support
88-
case "${host}" in
89-
powerpc-*|powerpc64-*|ppc-*)
90-
AC_MSG_ERROR([Big endian PPC is no longer supported.])
91-
;;
92-
esac
93-
case "${target}" in
94-
powerpc-*|powerpc64-*|ppc-*)
95-
AC_MSG_ERROR([Big endian PPC is no longer supported.])
96-
;;
97-
esac
9887

9988
# AC_USE_SYSTEM_EXTENSIONS alters CFLAGS (e.g., adds -g -O2)
10089
OPAL_VAR_SCOPE_PUSH([CFLAGS_save])

0 commit comments

Comments
 (0)