From: Vladimir Serbinenko Date: Fri, 8 Nov 2013 05:05:54 +0000 (+0100) Subject: * INSTALL: Add note about older gcc and clang. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9fdc64a927bac7e56847e1b5487a8e5a6854b2ea;p=grub2.git * INSTALL: Add note about older gcc and clang. --- diff --git a/ChangeLog b/ChangeLog index 9f8101404..31902b2b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-08 Vladimir Serbinenko + + * INSTALL: Add note about older gcc and clang. + 2013-11-08 Vladimir Serbinenko * tests/util/grub-shell.in: Boot as hdd on ppc by default. diff --git a/INSTALL b/INSTALL index 94d8175fc..82dd3663e 100644 --- a/INSTALL +++ b/INSTALL @@ -12,6 +12,10 @@ you don't have any of them, please obtain and install them before configuring the GRUB. * 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 Bison 2.3 or later * GNU gettext 0.17 or later