From: Ben Gras Date: Tue, 14 Feb 2012 15:42:33 +0000 (+0100) Subject: Added UPDATING note about newer clang required. X-Git-Tag: v3.2.0~35 X-Git-Url: http://zhaoyanbai.com/repos/man.arpaname.html?a=commitdiff_plain;h=a8b1dd7809a904b22bf2f0fb17f0c902daec13f7;p=minix.git Added UPDATING note about newer clang required. --- diff --git a/docs/UPDATING b/docs/UPDATING index 4567846cb..052ba9c4a 100644 --- a/docs/UPDATING +++ b/docs/UPDATING @@ -1,3 +1,9 @@ +20120214: + Compiling everything with clang (previous entry) depends on a + relatively new clang package. Please make sure you have at + least clang-2.9nb3 installed. The symptom of an old clang being + used is an assert(inited) firing, e.g. after rebuilding make. + 20120214: Full switch to clang/ELF. ack is no longer supported.