* 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>
|
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Add __attribute__ ((sysv_abi)) only if it's really needed.
|
Add __attribute__ ((sysv_abi)) only if it's really needed.
|
||||||
|
|
3
INSTALL
3
INSTALL
|
@ -25,8 +25,7 @@ configuring the GRUB.
|
||||||
fail.
|
fail.
|
||||||
Note: clang 3.2 or later works for powerpc
|
Note: clang 3.2 or later works for powerpc
|
||||||
earlier versions not tested
|
earlier versions not tested
|
||||||
Note: clang has no support for generating 64-bit sparc code and hence you
|
Note: clang doesn't support -mno-app-regs and so can't be used for sparc64
|
||||||
can't compile GRUB for sparc64 with clang
|
|
||||||
Note: clang has no support for ia64 and hence you can't compile GRUB
|
Note: clang has no support for ia64 and hence you can't compile GRUB
|
||||||
for ia64 with clang
|
for ia64 with clang
|
||||||
* GNU Make
|
* GNU Make
|
||||||
|
|
Loading…
Reference in a new issue