]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Conf/target.template
BaseTools: Clean up tools_def.template for XCODE5
[mirror_edk2.git] / BaseTools / Conf / target.template
index b45a18beca7fba7df9711469ad75b7d0920fe03e..787fc64fb1f23eda753ac8ff8d952aff08595c7f 100644 (file)
@@ -25,7 +25,7 @@
 #                                               files.\r
 ACTIVE_PLATFORM       = Nt32Pkg/Nt32Pkg.dsc\r
 \r
-#  TARGET                List       Optional    Zero or more of the following: DEBUG, RELEASE,\r
+#  TARGET                List       Optional    Zero or more of the following: DEBUG, RELEASE, NOOPT\r
 #                                               UserDefined; separated by a space character.\r
 #                                               If the line is missing or no value is specified, all\r
 #                                               valid targets specified in the platform description file \r
@@ -34,7 +34,8 @@ ACTIVE_PLATFORM       = Nt32Pkg/Nt32Pkg.dsc
 TARGET                = DEBUG\r
 \r
 #  TARGET_ARCH           List       Optional    What kind of architecture is the binary being target for.\r
-#                                               One, or more, of the following, IA32, IPF, X64, EBC or ARM.\r
+#                                               One, or more, of the following, IA32, IPF, X64, EBC, ARM\r
+#                                               or AArch64.\r
 #                                               Multiple values can be specified on a single line, using\r
 #                                               space charaters to separate the values.  These are used\r
 #                                               during the parsing of a platform description file, \r