Commit e561a2809fc63b77b05075b10b713749edf93e25
Committed by
Anthony Liguori
1 parent
3a8bae3e
remove gcc 3.x requirement from documentation
This text is no longer accurate. After the patch is applied, the generated version at http://www.nongnu.org/qemu/qemu-doc.html should be regenerated. This patch is also a candidate for the stable branch. (The URL above is probably generated from the stable branch anyways, so maybe it goes without saying.) Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Showing
1 changed file
with
0 additions
and
10 deletions
qemu-doc.texi
... | ... | @@ -2619,16 +2619,6 @@ make install |
2619 | 2619 | @end example |
2620 | 2620 | to install QEMU in @file{/usr/local}. |
2621 | 2621 | |
2622 | -@subsection GCC version | |
2623 | - | |
2624 | -In order to compile QEMU successfully, it is very important that you | |
2625 | -have the right tools. The most important one is gcc. On most hosts and | |
2626 | -in particular on x86 ones, @emph{gcc 4.x is not supported}. If your | |
2627 | -Linux distribution includes a gcc 4.x compiler, you can usually | |
2628 | -install an older version (it is invoked by @code{gcc32} or | |
2629 | -@code{gcc34}). The QEMU configure script automatically probes for | |
2630 | -these older versions so that usually you don't have to do anything. | |
2631 | - | |
2632 | 2622 | @node Windows |
2633 | 2623 | @section Windows |
2634 | 2624 | ... | ... |