diff mbox

rs6000: Mark powerpc*-*-*spe* as obsolete

Message ID c8eaceebfb736ba7468c0f4f34466809d03a2710.1487085217.git.segher@kernel.crashing.org
State New
Headers show

Commit Message

Segher Boessenkool Feb. 14, 2017, 3:22 p.m. UTC
As discussed in <https://gcc.gnu.org/ml/gcc/2017-02/msg00041.html>.

Is this okay for trunk?


Segher


2017-02-14  Segher Boessenkool  <segher@kernel.crashing.org>

	* config.gcc (Obsolete configurations): Add powerpc*-*-*spe* .

---
 gcc/config.gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Edelsohn Feb. 14, 2017, 3:28 p.m. UTC | #1
On Tue, Feb 14, 2017 at 10:22 AM, Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> As discussed in <https://gcc.gnu.org/ml/gcc/2017-02/msg00041.html>.
>
> Is this okay for trunk?
>
>
> Segher
>
>
> 2017-02-14  Segher Boessenkool  <segher@kernel.crashing.org>
>
>         * config.gcc (Obsolete configurations): Add powerpc*-*-*spe* .

Okay.

Thanks, David
diff mbox

Patch

diff --git a/gcc/config.gcc b/gcc/config.gcc
index ddfa4dc..c7d3899 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -236,7 +236,7 @@  md_file=
 
 # Obsolete configurations.
 case ${target} in
- nothing				\
+ powerpc*-*-*spe*			\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2