EmulatorPkg: update HOST_TOOLS to xcode5

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=447

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Stephano Cetola 2019-06-19 09:57:20 -07:00 committed by Jordan Justen
parent 43622317c6
commit 55b9bbf40a
No known key found for this signature in database
GPG Key ID: 37F99F68CAF992EB
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ case `uname` in
CLANG_VER=$(clang -ccc-host-triple x86_64-pc-win32-macho 2>&1 >/dev/null) || true
if [[ "$CLANG_VER" == *-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=XCODE32
HOST_TOOLS=XCODE5
TARGET_TOOLS=XCODE5
else
HOST_TOOLS=XCODE32