summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2009-05-19 15:08:25 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-05-20 13:19:43 -0500
commitdc0be040c2f1eae7bca164654cd21603c6c44dad (patch)
tree04c69caa6d6db8e37441ae8656d213a611d7ec0c
parent1570841432555416a2f8eb9069e74dfc9391a610 (diff)
downloadqemu-dc0be040c2f1eae7bca164654cd21603c6c44dad.tar.gz
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> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--qemu-doc.texi10
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 616de48c0c..4fe1c91b8a 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -3413,16 +3413,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