Update to support Xcode 64-bit debug.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10944 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-10-15 17:37:00 +00:00
parent abd0c26488
commit 5f267e4d75
2 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ case `uname` in
exit 1
else
TARGET_TOOLS=XCODE32
UNIXPKG_TOOLS=UNIXPKG
fi
;;
Linux*) TARGET_TOOLS=ELFGCC ;;