* INSTALL: Add note about older gcc and clang.
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 8 Nov 2013 05:05:54 +0000 (06:05 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 8 Nov 2013 05:05:54 +0000 (06:05 +0100)
ChangeLog
INSTALL

index 9f81014..31902b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * INSTALL: Add note about older gcc and clang.
+
 2013-11-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * tests/util/grub-shell.in: Boot as hdd on ppc by default.
diff --git a/INSTALL b/INSTALL
index 94d8175..82dd366 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,6 +12,10 @@ you don't have any of them, please obtain and install them before
 configuring the GRUB.
 
 * GCC 4.1.3 or later
+  Note: older versions may work but support is limited
+  Note: clang 3.2 or later works for i386 and x86_64 targets but results in
+        much bigger binaries.
+  Note: clang 3.4 or later works for powerpc
 * GNU Make
 * GNU Bison 2.3 or later
 * GNU gettext 0.17 or later