* INSTALL: Add note about older gcc and clang.
This commit is contained in:
parent
665c575b2a
commit
9fdc64a927
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* INSTALL: Add note about older gcc and clang.
|
||||||
|
|
||||||
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* tests/util/grub-shell.in: Boot as hdd on ppc by default.
|
* tests/util/grub-shell.in: Boot as hdd on ppc by default.
|
||||||
|
|
4
INSTALL
4
INSTALL
|
@ -12,6 +12,10 @@ you don't have any of them, please obtain and install them before
|
||||||
configuring the GRUB.
|
configuring the GRUB.
|
||||||
|
|
||||||
* GCC 4.1.3 or later
|
* GCC 4.1.3 or later
|
||||||
|
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.
|
||||||
|
Note: clang 3.4 or later works for powerpc
|
||||||
* 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
|
||||||
|
|
Loading…
Reference in a new issue