From patchwork Wed Jul 4 19:57:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10507587 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 63B7A600F5 for ; Wed, 4 Jul 2018 19:57:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B96A28BE3 for ; Wed, 4 Jul 2018 19:57:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4F66428D47; Wed, 4 Jul 2018 19:57:59 +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 CD35E28BE3 for ; Wed, 4 Jul 2018 19:57:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752826AbeGDT56 (ORCPT ); Wed, 4 Jul 2018 15:57:58 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:52950 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752719AbeGDT55 (ORCPT ); Wed, 4 Jul 2018 15:57:57 -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:To:Sender:Reply-To:Cc: 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=FlW0cTJoWQzj7KK6ndp+LhUi0sE7wcP1RxDkAEsfP7M=; b=cletLXnuIs7bKtTLCEJYEUr+k JW4uDfhathzo+c8g3JKbwT9/LpFRce5rE1Ywsu0vpfqVwy9EmMr6FUDeT0TJdUc/2WA1vZ/Fr8H+x 2xhdzx3Na6tEnUqC4Pxy1d+S1xoIcczpAUieqhGuoWx5gYY6NMDW4+MLbOCMhXS+6DrdOdAtfBPH1 qT3DAQdETwb1WF7jxNFDmNbC9i+qeDwYDEWDNE0s2tKXnijoDv56oars4mejAJeeDDswfrsAMM8+L B37k8rrF3qRzAzKb1NqVajh8QFj0cJpwP5yXedzPtOy/P4cDCwqKyKEqWFFTiqg0WSgPgUB+v8K1n spyrAMHpw==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fanuW-0008RR-Sz; Wed, 04 Jul 2018 19:57:57 +0000 To: linux-kbuild , LKML , Masahiro Yamada From: Randy Dunlap Subject: [PATCH] kbuild: update kbuild.txt ARCH alias list Message-ID: <9a4b8d07-b9cc-4843-a74c-7f40ebc4c9af@infradead.org> Date: Wed, 4 Jul 2018 12:57:54 -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 In Kbuild documentation, add alias for 64-bit sh ARCH ("sh64") to the list of ARCH aliases. Signed-off-by: Randy Dunlap --- Documentation/kbuild/kbuild.txt | 1 + 1 file changed, 1 insertion(+) -- 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 --- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt +++ linux-next-20180704/Documentation/kbuild/kbuild.txt @@ -88,6 +88,7 @@ In most cases the name of the architectu directory name found in the arch/ directory. 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 CROSS_COMPILE