diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-10 06:09:02 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-10 06:09:02 +0000 |
commit | e57b8d71a478c2f30d11f71a281a173693e42380 (patch) | |
tree | 845b117debc4f7e4e99fa9cbc39be4e759bc3ec2 | |
parent | 63cdbe79b1c883ae1321d2f8564f80e5fb6606ec (diff) | |
download | edk2-platforms-e57b8d71a478c2f30d11f71a281a173693e42380.tar.xz |
Changed IA64 to IPF in the comments because it will cause confusion.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1703 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | Tools/Conf/target.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template index 00359dfd45..907a717fb9 100644 --- a/Tools/Conf/target.template +++ b/Tools/Conf/target.template @@ -34,7 +34,7 @@ ACTIVE_PLATFORM = EdkNt32Pkg/Nt32.fpd TARGET = DEBUG
# TARGET_ARCH List Optional What kind of architecture is the binary being target for.
-# One, or more, of the following, IA32, IA64, X64, EBC or ARM.
+# One, or more, of the following, IA32, IPF, X64, EBC or ARM.
# Multiple values can be specified on a single line, using
# space charaters to separate the values. These are used
# during the parsing of an FPD file, restricting the build
|