]> git.proxmox.com Git - qemu.git/commitdiff
remove gcc 3.x requirement from documentation
authorHollis Blanchard <hollisb@us.ibm.com>
Tue, 19 May 2009 20:08:25 +0000 (15:08 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 May 2009 14:12:57 +0000 (09:12 -0500)
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>
qemu-doc.texi

index 0780f06d9890c6bb7a7d0915caef39066b612db3..2b6461a3e52558b96a2bf9a7c650f5820453117d 100644 (file)
@@ -2619,16 +2619,6 @@ make install
 @end example
 to install QEMU in @file{/usr/local}.
 
-@subsection GCC version
-
-In order to compile QEMU successfully, it is very important that you
-have the right tools. The most important one is gcc. On most hosts and
-in particular on x86 ones, @emph{gcc 4.x is not supported}. If your
-Linux distribution includes a gcc 4.x compiler, you can usually
-install an older version (it is invoked by @code{gcc32} or
-@code{gcc34}). The QEMU configure script automatically probes for
-these older versions so that usually you don't have to do anything.
-
 @node Windows
 @section Windows