* INSTALL: Update comment as to why sparc64 clang isn't usable.
This commit is contained in:
parent
eba2afeda1
commit
113f786989
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* INSTALL: Update comment as to why sparc64 clang isn't usable.
|
||||
|
||||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Add __attribute__ ((sysv_abi)) only if it's really needed.
|
||||
|
|
3
INSTALL
3
INSTALL
|
@ -25,8 +25,7 @@ configuring the GRUB.
|
|||
fail.
|
||||
Note: clang 3.2 or later works for powerpc
|
||||
earlier versions not tested
|
||||
Note: clang has no support for generating 64-bit sparc code and hence you
|
||||
can't compile GRUB for sparc64 with clang
|
||||
Note: clang doesn't support -mno-app-regs and so can't be used for sparc64
|
||||
Note: clang has no support for ia64 and hence you can't compile GRUB
|
||||
for ia64 with clang
|
||||
* GNU Make
|
||||
|
|
Loading…
Reference in a new issue