]> xenbits.xensource.com Git - xen.git/commitdiff
build: specify minimum versions of gcc and binutils
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 11 Feb 2016 12:23:41 +0000 (12:23 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Feb 2016 15:10:41 +0000 (15:10 +0000)
To help people avoid having to figure out what versions of gcc and
binutils need to be supported document them explicitly.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
README

diff --git a/README b/README
index 1324c7c11c9f7aaa8379b9459b8ed7f2972b73bf..356a350e9a8a46f914b39aa53e12e2a9c8caee27 100644 (file)
--- a/README
+++ b/README
@@ -35,9 +35,13 @@ Second, there are a number of prerequisites for building a Xen source
 release. Make sure you have all the following installed, either by
 visiting the project webpage or installing a pre-built package
 provided by your OS distributor:
-    * GCC v4.1 or later
+    * GCC
+      - For x86 4.1.2_20070115 or later
+      - For ARM 4.8 or later
     * GNU Make
-    * GNU Binutils
+    * GNU Binutils:
+      - For x86 2.16.91.0.5 or later
+      - For ARM 2.24 or later
     * Development install of zlib (e.g., zlib-dev)
     * Development install of Python v2.3 or later (e.g., python-dev)
     * Development install of curses (e.g., libncurses-dev)