public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* tools_def.template hard-coded path to mtoc
@ 2020-01-13 11:54 Hsu, Lan-chinX
  0 siblings, 0 replies; only message in thread
From: Hsu, Lan-chinX @ 2020-01-13 11:54 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Zhang, Shenglei, Peng, NickX, Chan, Amy


[-- Attachment #1.1: Type: text/plain, Size: 224 bytes --]

Hi, all,
Here is patch for tools_def.template hard-coded path to mtoc<https://bugzilla.tianocore.org/show_bug.cgi?id=2030> issue.

Hi, Shenglei & Nick,
Could you help to review this patch, thanks.

Best regards,
Liz

[-- Attachment #1.2: Type: text/html, Size: 2304 bytes --]

[-- Attachment #2: 0001-tools_def.txt-contains-hard-coded-path-to-mtoc-_XCOD.PATCH --]
[-- Type: application/octet-stream, Size: 1013 bytes --]

From 55705cd662da7fbf2f409f927e8e9e415e72007d Mon Sep 17 00:00:00 2001
From: Lan-chinX Hsu <lan-chinx.hsu@intel.com>
Date: Mon, 13 Jan 2020 19:40:33 +0800
Subject: [PATCH] tools_def.txt contains hard-coded path to mtoc
 (*_XCODE5_*_MTOC_PATH)

Change MTOC PATH to reference $PATH to find mtoc.

Signed-off-by: Lan-chinX Hsu <lan-chinx.hsu@intel.com>
Bugzilla-id: 2030
---
 BaseTools/Conf/tools_def.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template
index feee2bbf16..39b8c2e7df 100755
--- a/BaseTools/Conf/tools_def.template
+++ b/BaseTools/Conf/tools_def.template
@@ -2853,7 +2853,7 @@ NOOPT_CLANGPDB_X64_DLINK2_FLAGS     =
 *_XCODE5_*_ASLPP_PATH    = clang
 *_XCODE5_*_ASLDLINK_PATH = ld
 *_XCODE5_*_DSYMUTIL_PATH = /usr/bin/dsymutil
-*_XCODE5_*_MTOC_PATH     = /usr/local/bin/mtoc
+*_XCODE5_*_MTOC_PATH     = mtoc
 *_XCODE5_*_DEPS_FLAGS    = DEF(GCC_DEPS_FLAGS)
 
 ##################
-- 
2.17.1.windows.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-13 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-13 11:54 tools_def.template hard-coded path to mtoc Hsu, Lan-chinX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox