|
From: <and...@us...> - 2012-05-23 01:49:37
|
Revision: 2524
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2524&view=rev
Author: andrewfish
Date: 2012-05-23 01:49:31 +0000 (Wed, 23 May 2012)
Log Message:
-----------
Fix EmulatorPkg and UnixPkg Mac OS X app build with Xcode 4.3.2.
Signed-off-by: andrewfish
Modified Paths:
--------------
trunk/BaseTools/Conf/tools_def.template
Modified: trunk/BaseTools/Conf/tools_def.template
===================================================================
--- trunk/BaseTools/Conf/tools_def.template 2012-05-22 02:27:58 UTC (rev 2523)
+++ trunk/BaseTools/Conf/tools_def.template 2012-05-23 01:49:31 UTC (rev 2524)
@@ -4506,12 +4506,12 @@
# X64 definitions - still a work in progress. This tool chain does not produce
# the correct ABI, it is just used to compile the code....
##################
-*_XCODE32_X64_CC_PATH = gcc-4.2
+*_XCODE32_X64_CC_PATH = gcc
*_XCODE32_X64_SLINK_PATH = libtool
*_XCODE32_X64_DLINK_PATH = ld
*_XCODE32_X64_ASM_PATH = as
-*_XCODE32_X64_PP_PATH = gcc-4.2
-*_XCODE32_X64_VFRPP_PATH = gcc-4.2
+*_XCODE32_X64_PP_PATH = gcc
+*_XCODE32_X64_VFRPP_PATH = gcc
*_XCODE32_X64_ASL_PATH = iasl
*_XCODE32_X64_ASLCC_PATH = gcc
*_XCODE32_X64_ASLPP_PATH = gcc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|