|
From: <and...@us...> - 2010-02-18 01:49:31
|
Revision: 1875
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1875&view=rev
Author: andrewfish
Date: 2010-02-18 01:49:23 +0000 (Thu, 18 Feb 2010)
Log Message:
-----------
Change default cpu target to ARMv7-A.
Modified Paths:
--------------
trunk/BaseTools/Conf/tools_def.template
Modified: trunk/BaseTools/Conf/tools_def.template
===================================================================
--- trunk/BaseTools/Conf/tools_def.template 2010-02-12 09:01:11 UTC (rev 1874)
+++ trunk/BaseTools/Conf/tools_def.template 2010-02-18 01:49:23 UTC (rev 1875)
@@ -2750,8 +2750,8 @@
#
# Use default values, or override in DSC file
#
-*_RVCT31_ARM_ARCHCC_FLAGS = --thumb --cpu ARM1176JZF-S
-*_RVCT31_ARM_ARCHASM_FLAGS = --cpu ARM1176JZF-S
+*_RVCT31_ARM_ARCHCC_FLAGS = --thumb --cpu 7-A
+*_RVCT31_ARM_ARCHASM_FLAGS = --cpu 7-A
*_RVCT31_ARM_ARCHDLINK_FLAGS =
*_RVCT31_ARM_PLATFORM_FLAGS =
@@ -2800,8 +2800,8 @@
#
# Use default values, or override in DSC file
#
-*_RVCT31CYGWIN_ARM_ARCHCC_FLAGS = --thumb --cpu ARM1176JZF-S
-*_RVCT31CYGWIN_ARM_ARCHASM_FLAGS = --cpu ARM1176JZF-S
+*_RVCT31CYGWIN_ARM_ARCHCC_FLAGS = --thumb --cpu 7-A
+*_RVCT31CYGWIN_ARM_ARCHASM_FLAGS = --cpu 7-A
*_RVCT31CYGWIN_ARM_ARCHDLINK_FLAGS =
*_RVCT31CYGWIN_ARM_PLATFORM_FLAGS =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|