summaryrefslogtreecommitdiffstats
path: root/UnixPkg
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-10-15 17:37:00 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-10-15 17:37:00 +0000
commit5f267e4d7587ac4fe58856297f77773229a3de15 (patch)
tree5fb1963188c22881e6e307d116e1e23c1dcea45a /UnixPkg
parentabd0c26488ba0fcb952b6d7ad366049958c8c9ed (diff)
downloadedk2-5f267e4d7587ac4fe58856297f77773229a3de15.tar.gz
edk2-5f267e4d7587ac4fe58856297f77773229a3de15.tar.bz2
edk2-5f267e4d7587ac4fe58856297f77773229a3de15.zip
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
Diffstat (limited to 'UnixPkg')
-rw-r--r--UnixPkg/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser4
-rwxr-xr-xUnixPkg/build64.sh1
2 files changed, 3 insertions, 2 deletions
diff --git a/UnixPkg/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser b/UnixPkg/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser
index 3596a44c26..c0d31981fd 100644
--- a/UnixPkg/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser
+++ b/UnixPkg/Xcode/xcode_project64/xcode_project.xcodeproj/default.pbxuser
@@ -152,13 +152,13 @@
showTypeColumn = 0;
sourceDirectories = (
);
- startupPath = ../../../Build/UnixX64/DEBUG_XCODE32/X64;
+ startupPath = ../../../Build/UnixX64/DEBUG_UNIXPKG/X64;
};
BA11A1020FB10BCE00D06FEC /* SecMain.dll */ = {
isa = PBXFileReference;
lastKnownFileType = "compiled.mach-o.executable";
name = SecMain.dll;
- path = ../../../Build/UnixX64/DEBUG_XCODE32/X64/SecMain;
+ path = ../../../Build/UnixX64/DEBUG_UNIXPKG/X64/SecMain;
sourceTree = SOURCE_ROOT;
};
BA11A11A0FB10E0700D06FEC /* SecGdbScriptBreak */ = {
diff --git a/UnixPkg/build64.sh b/UnixPkg/build64.sh
index 246c33ef3b..24a7fe2a6e 100755
--- a/UnixPkg/build64.sh
+++ b/UnixPkg/build64.sh
@@ -52,6 +52,7 @@ case `uname` in
exit 1
else
TARGET_TOOLS=XCODE32
+ UNIXPKG_TOOLS=UNIXPKG
fi
;;
Linux*) TARGET_TOOLS=ELFGCC ;;