commented out the TARGET and the TARGET_ARCH entries in target.template. Default will be to build all arch specified and all targets specified by FPD file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@942 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-07-13 02:45:24 +00:00
parent 6604a171e4
commit ed875a072d
1 changed files with 59 additions and 59 deletions

View File

@ -31,7 +31,7 @@ ACTIVE_PLATFORM = EdkNt32Pkg/Nt32.fpd
# valid targets specified in the FPD file will attempt
# to be built. The following line will build all platform
# targets.
TARGET =
# TARGET =
# 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.
@ -44,7 +44,7 @@ TARGET =
# If not specified, then all valid architectures specified
# in the FPD file, for which tools are available, will be
# built.
TARGET_ARCH = IA32
# TARGET_ARCH =
# TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying
# the tools to use for the build. If not specified,