diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-22 23:19:41 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-22 23:19:41 +0000 |
commit | 90f7b6a81b96a112f196ff80e7cade4f951264a1 (patch) | |
tree | b81b1dfaf7282d1302521e591d4fa43d771bdec7 /ReleaseNotes.txt | |
parent | 16d3e132aa4e1d28db5ae9da6674fd6a11c35819 (diff) | |
download | edk2-platforms-90f7b6a81b96a112f196ff80e7cade4f951264a1.tar.xz |
Explain how to build for other architectures.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@601 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r-- | ReleaseNotes.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 6e2ac02ced..1214078894 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -188,6 +188,25 @@ Once this is completed, you are ready to test the Build, by executing: This command builds all of the packages, including the NT32 reference platform.
+------------------------------------
+Build Architectures other than IA32.
+------------------------------------
+
+By default, we are set up to build the ia32 architecture. If you would like to
+build for IPF, x64 and EBC, please copy MdePkg/MdePkg-All-Arch.fpd to
+MdePkg/MdePkg.fpd. For EdkModulePkg, copy EdkModulePkg-All-Archs.fpd to
+EdkModulePkg.fpd. Note, you may also add only the architecture you want from
+the -All-Archs files to the main fpd file. This is preferred if you do not have
+all the compilers installed.
+
+Optionally, you may modify the path to the compiler in
+Tools/Conf/msft_tools_def.txt. The flags for the ARCH tool chain are set in the
+file names by Tools/Conf/VENDOR_tools.txt, where VENDOR is set in
+Tools/Conf/msft_tools.txt.
+
+For example, if IPF_VENDOR = WINDDK, then the flags for the IPF DDK compiler
+will be specified in Tools/Conf/winddk_tools.txt.
+
-------------------------
Individual Package Builds
-------------------------
|