]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg: update HOST_TOOLS to xcode5
authorStephano Cetola <stephano.cetola@linux.intel.com>
Wed, 19 Jun 2019 16:57:20 +0000 (09:57 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Sat, 13 Jul 2019 07:51:48 +0000 (00:51 -0700)
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>
EmulatorPkg/build.sh

index 558b65e88b403ef56fa1f4d1110d5ac4c0291cd2..c5bf0bd655979f8d7b1ab8e645e856bf1bdcfdc6 100755 (executable)
@@ -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