* INSTALL: Document why older clang versions aren't appropriate.

This commit is contained in:
Vladimir Serbinenko 2013-11-23 01:16:47 +01:00
parent 8109c5d4e2
commit 14a94bba6f
2 changed files with 9 additions and 0 deletions

View file

@ -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> 2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
* INSTALL: Document about clang for mips. * INSTALL: Document about clang for mips.

View file

@ -15,9 +15,14 @@ configuring the GRUB.
Note: older versions may work but support is limited 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 Note: clang 3.2 or later works for i386 and x86_64 targets but results in
much bigger binaries. much bigger binaries.
earlier versions not tested
Note: clang 3.2 or later works for arm Note: clang 3.2 or later works for arm
earlier versions not tested
Note: clang 3.3 or later works for mips(el) 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 Note: clang 3.4 or later works for powerpc
earlier versions suffer from vacopy bug (#15286)
* GNU Make * GNU Make
* GNU Bison 2.3 or later * GNU Bison 2.3 or later
* GNU gettext 0.17 or later * GNU gettext 0.17 or later