From nobody Wed Apr 24 23:28:29 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+43362+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+43362+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1562336222; cv=none; d=zoho.com; s=zohoarc; b=STadCDUEgDkkzSWB80PrjRKzWXUclhRygXs3xktHlshH/RzLi1VTG2pNKog4BEMTDNUNRaPC6i3XvAgzUI636ORynqGra/JcodmFJEP+bS+8xYEzr1VIpgRJ13tihsy44QpUE90gdHQ3tRABlKHNreo69YymEU+wt7UhwaqhvGo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562336222; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=xJuzkAzDnsLsKyelasoNGic6z5KhD55bvbskAwBq32s=; b=SY6L2R6/Wt4wOWvktiUwLFgXxZTS3sAygLsFiYBWL+HpPj0NGTAbZfvCThH22kVskyNkINpYKILZc3e6iq7nmtH1rainWh1KijMmTn9Pf8oydb/akN4/BvEsZe8BxVSJc2zujd0gJQXiJIxs+9ma2f1wnF+/1v7u1Ko/tnQ38oA= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+43362+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1562336222002750.9134740272175; Fri, 5 Jul 2019 07:17:02 -0700 (PDT) Return-Path: X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Fri, 05 Jul 2019 07:17:01 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2019 07:17:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,455,1557212400"; d="scan'208";a="248198797" X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.174.167]) by orsmga001.jf.intel.com with ESMTP; 05 Jul 2019 07:16:59 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Bob Feng Subject: [edk2-devel] [Patch] BaseTools FCE: Update GNUmakefile to BSD + Patent License Date: Fri, 5 Jul 2019 22:16:46 +0800 Message-Id: <20190705141646.8356-1-liming.gao@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1562336221; bh=V37E520Qabm6bSV6BsNLwMTvCgpId6h1OhmuZsK+9tI=; h=Cc:Date:From:Reply-To:Subject:To; b=BqjLe2+2GaeLBObMN+2AkJmNaeFudxeXQfGu6egF3SfFeVvZM2oBu7/txM/LplttZPq s3DPh7TTJVjUXKwSf+muck0ionXIS1w6zVp4vinrEPDNw+bpYkDNkC4RUvZPEoRWPUqA3 ObdpbF6cxsgfb2xrTH3mqB/JnbElhwMqQb4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" And, also update GNUmakefile to remove unnecessary ARCH detection Signed-off-by: Liming Gao Cc: Bob Feng --- BaseTools/Source/C/FCE/GNUmakefile | 40 ++--------------------------------= ---- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/BaseTools/Source/C/FCE/GNUmakefile b/BaseTools/Source/C/FCE/GN= Umakefile index 7a7e1ef4b8..bbe6e60092 100644 --- a/BaseTools/Source/C/FCE/GNUmakefile +++ b/BaseTools/Source/C/FCE/GNUmakefile @@ -2,45 +2,9 @@ # # GNU makefile for 'FCE' module build. # -# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent # -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BS= D License -# which accompanies this distribution. The full text of the license may b= e found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMP= LIED. -# - -ifndef ARCH - # - # If ARCH is not defined, then we use 'uname -m' to attempt - # try to figure out the appropriate ARCH. - # - uname_m =3D $(shell uname -m) - $(info Attempting to detect ARCH from 'uname -m': $(uname_m)) - ifneq (,$(strip $(filter $(uname_m), x86_64 amd64))) - ARCH=3DX64 - endif - ifeq ($(patsubst i%86,IA32,$(uname_m)),IA32) - ARCH=3DIA32 - endif - ifneq (,$(findstring aarch64,$(uname_m))) - ARCH=3DAARCH64 - endif - ifneq (,$(findstring arm,$(uname_m))) - ARCH=3DARM - endif - ifndef ARCH - $(info Could not detected ARCH from uname results) - $(error ARCH is not defined!) - endif - $(info Detected ARCH of $(ARCH) using uname.) -endif - -export ARCH -export HOST_ARCH=3D$(ARCH) =20 MAKEROOT ?=3D .. =20 --=20 2.13.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#43362): https://edk2.groups.io/g/devel/message/43362 Mute This Topic: https://groups.io/mt/32317788/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-