* INSTALL: Add note about sparc64/ia64 with clang (unsupported).

This commit is contained in:
Vladimir Serbinenko 2013-11-23 12:49:41 +01:00
parent e67566ce0a
commit 7b04fe6c9e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-11-23 Vladimir Serbinenko <phcoder@gmail.com>
* INSTALL: Add note about sparc64/ia64 with clang (unsupported).
2013-11-23 Vladimir Serbinenko <phcoder@gmail.com>
* util/garbage-gen.c: Add missing include of sys/time.h.

View File

@ -23,6 +23,10 @@ configuring the GRUB.
fail.
Note: clang 3.4 or later works for powerpc
earlier versions suffer from vacopy bug (#15286)
Note: clang has no support for generating 64-bit sparc code and hence you
can't compile GRUB for sparc64 with clang
Note: clang has no support for ia64 and hence you can't compile GRUB
for ia64 with clang
* GNU Make
* GNU Bison 2.3 or later
* GNU gettext 0.17 or later