From: Vladimir Serbinenko Date: Sat, 23 Nov 2013 11:49:41 +0000 (+0100) Subject: * INSTALL: Add note about sparc64/ia64 with clang (unsupported). X-Git-Tag: grub-2.02-beta1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b04fe6c9eaf95e2d39822d0d683344195571963;p=thirdparty%2Fgrub.git * INSTALL: Add note about sparc64/ia64 with clang (unsupported). --- diff --git a/ChangeLog b/ChangeLog index 5fb7a5f01..5dc67eeeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-23 Vladimir Serbinenko + + * INSTALL: Add note about sparc64/ia64 with clang (unsupported). + 2013-11-23 Vladimir Serbinenko * util/garbage-gen.c: Add missing include of sys/time.h. diff --git a/INSTALL b/INSTALL index 62b893d87..e81a095e9 100644 --- a/INSTALL +++ b/INSTALL @@ -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