From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02166C4742C for ; Mon, 16 Nov 2020 20:56:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AFEE72076E for ; Mon, 16 Nov 2020 20:56:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730290AbgKPU4Q (ORCPT ); Mon, 16 Nov 2020 15:56:16 -0500 Received: from gate.crashing.org ([63.228.1.57]:45402 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726236AbgKPU4P (ORCPT ); Mon, 16 Nov 2020 15:56:15 -0500 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 0AGKlkSd011280; Mon, 16 Nov 2020 14:47:47 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 0AGKlk5a011279; Mon, 16 Nov 2020 14:47:46 -0600 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Mon, 16 Nov 2020 14:47:46 -0600 From: Segher Boessenkool To: Scott Wood Cc: =?utf-8?B?RsSBbmctcnXDrCBTw7JuZw==?= , Arnd Bergmann , kbuild-all@lists.01.org, kernel test robot , Brian Cain , Alan Modra , Masahiro Yamada , linuxppc-dev , Nick Desaulniers , LKML , clang-built-linux , Nathan Chancellor , Linus Torvalds Subject: Re: Error: invalid switch -me200 Message-ID: <20201116204746.GC2672@gate.crashing.org> References: <202011131146.g8dPLQDD-lkp@intel.com> <20201113190824.GA1477315@ubuntu-m3-large-x86> <20201113200444.GA1496675@ubuntu-m3-large-x86> <20201114002037.GW2672@gate.crashing.org> <20201114005015.GZ2672@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 16, 2020 at 02:27:12PM -0600, Scott Wood wrote: > On Fri, 2020-11-13 at 18:50 -0600, Segher Boessenkool wrote: > > All the others work fine (and are needed afaics), it is only -me200 that > > doesn't exist (in mainline binutils). Perhaps -me5500 will work for it > > instead. > > According to Wikipedia e200 is from mpc55xx (for which I don't see any > platform support having ever been added). e5500 is completely different (64- > bit version of e500mc). Ah yes, confusing processor numbers :-( That explains, sorry. Segher