]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/README
OvmfPkg: require GCC48 or later
[mirror_edk2.git] / OvmfPkg / README
index 7415419d2dd7befae31da17082a68312d82c0afd..68ce0750af19f20bdc3fc342231cc09f9d65166a 100644 (file)
@@ -115,8 +115,8 @@ $ OvmfPkg/build.sh -a X64 qemu
 And to run a 64-bit UEFI bootable ISO image:\r
 $ OvmfPkg/build.sh -a X64 qemu -cdrom /path/to/disk-image.iso\r
 \r
-To build a 32-bit OVMF without debug messages using GCC 4.5:\r
-$ OvmfPkg/build.sh -a IA32 -b RELEASE -t GCC45\r
+To build a 32-bit OVMF without debug messages using GCC 4.8:\r
+$ OvmfPkg/build.sh -a IA32 -b RELEASE -t GCC48\r
 \r
 === SMM support ===\r
 \r
@@ -406,7 +406,7 @@ volume image.
 \r
 If you build with the UNIXGCC toolchain, then debugging will be disabled\r
 due to larger image sizes being produced by the UNIXGCC toolchain. The\r
-first choice recommendation is to use GCC44 or newer instead.\r
+first choice recommendation is to use GCC48 or newer instead.\r
 \r
 If you must use UNIXGCC, then you can override the build options for\r
 particular libraries and modules in the .dsc to re-enable debugging\r