From patchwork Thu Jul 5 19:12:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10510213 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 57E21603D7 for ; Thu, 5 Jul 2018 19:12:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4525A27853 for ; Thu, 5 Jul 2018 19:12:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3981327861; Thu, 5 Jul 2018 19:12:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E159A2766D for ; Thu, 5 Jul 2018 19:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753607AbeGETMH (ORCPT ); Thu, 5 Jul 2018 15:12:07 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:33600 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753492AbeGETMG (ORCPT ); Thu, 5 Jul 2018 15:12:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=kCXK0TevOzOlHAw/CDGHDIvogdBDWVwaTODTjVJicFU=; b=rHMQOUqCNS1MEy2eAalIQvpQ1 n1NVMbHz6ZjAS3drs42zhU2z59k/G8OSdCB1rLFIh49QJb92Hc9y8+UUjJmjyZnAQ+OEDwJFz8Lys GLt8FIdyGjvvU5RHcXhiMDnicitFEt+nI6EIu18iP1INxzJiHwPLfew3OuHKFnsKyKv4XgAcvrDgt wmAwu6gTbwNmGUy64M9HZtdYr51hYVwXMQfDhDrJdfWYgOjRBdeLOehYbRuVF14hxY6RIjfTlh+bj Qaom+f88njJZSjKVrjg33Qy6CS1jUeFyxwe+c4e6Iq95aa3beapq1sC4oB8O2Ym/caTIKiUMcSqwv 0qi6I7UWA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=dragon.dunlab) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fb9fi-0000yG-6z; Thu, 05 Jul 2018 19:12:06 +0000 To: linux-kbuild , Masahiro Yamada Cc: David Miller , sparclinux@vger.kernel.org From: Randy Dunlap Subject: [PATCH] kbuild: update ARCH alias info for sparc Message-ID: <03cfef31-5308-7b17-9e0d-3a0dc680e750@infradead.org> Date: Thu, 5 Jul 2018 12:12:03 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap The supported alias for building sparc 32-bit is "sparc32", not "sparc", so update the alias documentation for that. Just using "sparc" produces a 64-bit config file. Signed-off-by: Randy Dunlap Acked-by: David S. Miller --- This patch follows my previous patch that adds the sh: line. Documentation/kbuild/kbuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- lnx-418-rc3.orig/Documentation/kbuild/kbuild.txt +++ lnx-418-rc3/Documentation/kbuild/kbuild.txt @@ -94,7 +94,7 @@ directory name found in the arch/ direct But some architectures such as x86 and sparc have aliases. x86: i386 for 32 bit, x86_64 for 64 bit sh: sh for 32 bit, sh64 for 64 bit -sparc: sparc for 32 bit, sparc64 for 64 bit +sparc: sparc32 for 32 bit, sparc64 for 64 bit CROSS_COMPILE --------------------------------------------------