From patchwork Thu Jul 26 10:19:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Hutchings X-Patchwork-Id: 10545537 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CB8CB14E2 for ; Thu, 26 Jul 2018 10:19:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B9CD92AFF3 for ; Thu, 26 Jul 2018 10:19:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ADF8A2AFFB; Thu, 26 Jul 2018 10:19:37 +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.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,T_TVD_MIME_EPI 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 825782AFF3 for ; Thu, 26 Jul 2018 10:19:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729077AbeGZLfp (ORCPT ); Thu, 26 Jul 2018 07:35:45 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:59818 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728956AbeGZLfp (ORCPT ); Thu, 26 Jul 2018 07:35:45 -0400 Received: from ben by shadbolt.decadent.org.uk with local (Exim 4.84_2) (envelope-from ) id 1fidMs-0004e3-TT; Thu, 26 Jul 2018 11:19:35 +0100 Date: Thu, 26 Jul 2018 11:19:34 +0100 From: Ben Hutchings To: linux-kbuild@vger.kernel.org Cc: debian-kernel@lists.debian.org Message-ID: <20180726101934.GT14131@decadent.org.uk> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ben@decadent.org.uk Subject: [PATCH 00/12] Update architecture detection X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on shadbolt.decadent.org.uk) 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 This series cleans up the set_debarch function in scripts/package/mkdebian and adds support for several additional Debian architectures. Ben. Ben Hutchings (12): builddeb: Skip architecture detection when KBUILD_DEBARCH is set builddeb: Change architecture detection fallback to use dpkg-architecture builddeb: Drop check for 32-bit s390 builddeb: Introduce functions to simplify kconfig tests in set_debarch builddeb: Add automatic support for ppc64 and powerpcspe architectures builddeb: Add automatic support for mips64el architecture builddeb: Add automatic support for mips46{,64}{,el} architectures builddeb: Add automatic support for sparc64 architecture builddeb: Add automatic support for or1k architecture builddeb: Add automatic support for m68k architecture builddeb: Add automatic support for riscv* architectures builddeb: Add automatic support for sh{3,4}{,eb} architectures scripts/package/mkdebian | 68 +++++++++++++++++++++++++++++----------- 1 file changed, 50 insertions(+), 18 deletions(-)