From nobody Sat May 4 01:51:38 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+42599+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+42599+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.intel.com ARC-Seal: i=1; a=rsa-sha256; t=1560963465; cv=none; d=zoho.com; s=zohoarc; b=iUvdreVl/YI8yN6a33QQk+blkg8iGeJEQsij5LWVSW1ow0vQn8nVwjOy+zTj9Eml0A3SAqpNGlaQuVv2KTq83r3Rv6cZ/latUIqqwwMTPIxH5quCtE9PxwDvKHm5XzurNKDAb9ZUTUDvyMbR94akRPbW/Pk3dC8efsPK8wqxA4o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1560963465; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=wE6sNsmnxtzxrEV9qBnLDHOyZEgTfHOk/qbSz0Jgwdg=; b=mQl6EEGIegZ/l6O+t4/z97IWhHbZL0bZIQxsQ3jn0+GjPNOwf5/MJ/hFFaV8IobzQU9tLBi3hABH9ZkoQzR2eCKnZVAIOXGbFBKQyvgvHy0wH+u1v+U/egAeK4McKeBMkdIW+GiH8nfAMSiM/JdKSt0yopPw62JhbFgsXgyWWcE= 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+42599+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 1560963465319553.7025173061159; Wed, 19 Jun 2019 09:57:45 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Wed, 19 Jun 2019 09:57:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jun 2019 09:57:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,392,1557212400"; d="scan'208";a="311401251" X-Received: from pequod.jf.intel.com ([134.134.244.162]) by orsmga004.jf.intel.com with ESMTP; 19 Jun 2019 09:57:43 -0700 From: "Stephano Cetola" To: devel@edk2.groups.io Cc: jordan.l.justen@intel.com, afish@apple.com, ray.ni@intel.com, Stephano Cetola Subject: [edk2-devel] [PATCH] EmulatorPkg: update HOST_TOOLS to xcode5 Date: Wed, 19 Jun 2019 09:57:20 -0700 Message-Id: <20190619165720.4452-1-stephano.cetola@linux.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,stephano.cetola@linux.intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1560963464; bh=5OFSirjGDuGx8X5TkabtAhrXl2Tms5d/XoVapOgYzeU=; h=Cc:Date:From:Reply-To:Subject:To; b=CkPj/e/cgkQ+iObg6V1qYAKeKdNzqb4k3TYyfzdqHddqbjfrnRhkR8a6K/CiiuftXI3 xXcb1AvbRngZLMX5Tw4P8xc6iYxo+Vc0IqeAsHeCUKvqKgpoyxve3hJZMMwo3bmgGXDua 13fqHu1rIPUEmjNuFboZ7Tgi2HVO9S1ZXMs= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The last compiler flag change was for Xcode 5.0, not Xcode 3.2. As such the HOST_TOOLS should be set to XCODE5. Also, fix a small typo. This fixes bug 447: https://bugzilla.tianocore.org/show_bug.cgi?id=3D447 Signed-off-by: Stephano Cetola Reviewed-by: Jordan Justen --- EmulatorPkg/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/build.sh b/EmulatorPkg/build.sh index 558b65e88b..c5bf0bd655 100755 --- a/EmulatorPkg/build.sh +++ b/EmulatorPkg/build.sh @@ -60,9 +60,9 @@ case `uname` in CLANG_VER=3D$(clang -ccc-host-triple x86_64-pc-win32-macho 2>&1 >/= dev/null) || true if [[ "$CLANG_VER" =3D=3D *-ccc-host-triple* ]] then - # only older versions of Xcode support -ccc-host-tripe, for newer = versions + # only older versions of Xcode support -ccc-host-triple, for newer= versions # it is -target - HOST_TOOLS=3DXCODE32 + HOST_TOOLS=3DXCODE5 TARGET_TOOLS=3DXCODE5 else HOST_TOOLS=3DXCODE32 --=20 2.17.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 (#42599): https://edk2.groups.io/g/devel/message/42599 Mute This Topic: https://groups.io/mt/32125628/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-