From patchwork Wed Jun 26 13:55:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Roger_Pau_Monn=C3=A9?= X-Patchwork-Id: 11017929 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 610801708 for ; Wed, 26 Jun 2019 13:57:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 50D9228884 for ; Wed, 26 Jun 2019 13:57:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 45188288A2; Wed, 26 Jun 2019 13:57:32 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 38EF828884 for ; Wed, 26 Jun 2019 13:57:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hg8P8-0007K2-M6; Wed, 26 Jun 2019 13:56:06 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hg8P7-0007Ic-2M for xen-devel@lists.xenproject.org; Wed, 26 Jun 2019 13:56:05 +0000 X-Inumbo-ID: 21fd19a2-981a-11e9-98cb-fbe3daafef57 Received: from esa4.hc3370-68.iphmx.com (unknown [216.71.155.144]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 21fd19a2-981a-11e9-98cb-fbe3daafef57; Wed, 26 Jun 2019 13:56:02 +0000 (UTC) Authentication-Results: esa4.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=roger.pau@citrix.com; spf=Pass smtp.mailfrom=roger.pau@citrix.com; spf=None smtp.helo=postmaster@mail.citrix.com Received-SPF: None (esa4.hc3370-68.iphmx.com: no sender authenticity information available from domain of roger.pau@citrix.com) identity=pra; client-ip=162.221.158.21; receiver=esa4.hc3370-68.iphmx.com; envelope-from="roger.pau@citrix.com"; x-sender="roger.pau@citrix.com"; x-conformance=sidf_compatible Received-SPF: Pass (esa4.hc3370-68.iphmx.com: domain of roger.pau@citrix.com designates 162.221.158.21 as permitted sender) identity=mailfrom; client-ip=162.221.158.21; receiver=esa4.hc3370-68.iphmx.com; envelope-from="roger.pau@citrix.com"; x-sender="roger.pau@citrix.com"; x-conformance=sidf_compatible; x-record-type="v=spf1"; x-record-text="v=spf1 ip4:209.167.231.154 ip4:178.63.86.133 ip4:195.66.111.40/30 ip4:85.115.9.32/28 ip4:199.102.83.4 ip4:192.28.146.160 ip4:192.28.146.107 ip4:216.52.6.88 ip4:216.52.6.188 ip4:162.221.158.21 ip4:162.221.156.83 ~all" Received-SPF: None (esa4.hc3370-68.iphmx.com: no sender authenticity information available from domain of postmaster@mail.citrix.com) identity=helo; client-ip=162.221.158.21; receiver=esa4.hc3370-68.iphmx.com; envelope-from="roger.pau@citrix.com"; x-sender="postmaster@mail.citrix.com"; x-conformance=sidf_compatible IronPort-SDR: dANB8aaGyp2brybmodCKgJvpXju4OatnIH0amBnsoIdRBLPRPslcBwI+mymZd4N4jk1M3haE9/ mzt4YkApeEa2k0jdIZvqrk0Sd7oh1JbQS7MNybL3DcyXw+XGgEthpH6ydnZmyxdojmHs1VKXIR BNwqRapFEff1T/OhE2d36Hf9FQYIjUqRyVKKu6hE31d9Ssp81AZhhawd8GJGAgh707z6fzGUIK 7SWWfUS3enOxS8Qorq0xqUPoSalZ/TE/VQ7ax80pBakR1lQxo6Dkw8cAO4dtcNIi38L83xP4ZE 2kE= X-SBRS: 2.7 X-MesageID: 2289004 X-Ironport-Server: esa4.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.63,420,1557201600"; d="scan'208";a="2289004" From: Roger Pau Monne To: Date: Wed, 26 Jun 2019 15:55:41 +0200 Message-ID: <20190626135546.50665-1-roger.pau@citrix.com> X-Mailer: git-send-email 2.20.1 (Apple Git-117) MIME-Version: 1.0 Subject: [Xen-devel] [PATCH 0/5] build improvements/fixes after b41666f2c1 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Roger Pau Monne Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hello, The following fixes arise from the travis-ci fallout caused by b41666f2c1 ('config: don't hardcode toolchain binaries'). First patches aim to simplify and group together the place where toolchain binaries to be used by the build system. Last patch changes the travis-ci build script to accommodate the changes introduced by b41666f2c1. Thanks, Roger. Roger Pau Monne (5): make: simplify setting HOST{CC/CXX} kconfig: don't pass ARCH and SRCARCH on the sub-make call kconfig: include default toolchain values kconfig: disable non-literal format string warnings travis: pass a correct CC/CXX if CROSS_COMPILE is defined Config.mk | 10 ---------- config/StdGNU.mk | 4 ++++ scripts/travis-build | 8 ++++++++ xen/Makefile | 10 +++++----- xen/tools/kconfig/Makefile.kconfig | 12 ++++++++---- 5 files changed, 25 insertions(+), 19 deletions(-)