]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* INSTALL: Document why older clang versions aren't appropriate.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 23 Nov 2013 00:16:47 +0000 (01:16 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 23 Nov 2013 00:16:47 +0000 (01:16 +0100)
ChangeLog
INSTALL

index eb61e509795e04cd6e419a67c3cb8018affb42a6..d5d4826338537cd1c44ac572beaaff470c90d461 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * INSTALL: Document why older clang versions aren't appropriate.
+
 2013-11-22  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * INSTALL: Document about clang for mips.
diff --git a/INSTALL b/INSTALL
index 905e1802e1f199b2b001c313056ce7bf22df050b..62b893d87abbd33b6aaeec811e19692cade1dafb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -15,9 +15,14 @@ configuring the GRUB.
   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.
+       earlier versions not tested
   Note: clang 3.2 or later works for arm
+       earlier versions not tested
   Note: clang 3.3 or later works for mips(el)
+       earlier versions fail to generate .reginfo and hence gprel relocations
+       fail.
   Note: clang 3.4 or later works for powerpc
+       earlier versions suffer from vacopy bug (#15286)
 * GNU Make
 * GNU Bison 2.3 or later
 * GNU gettext 0.17 or later