From: Rich Felker Date: Wed, 25 Jun 2014 18:16:15 +0000 (-0400) Subject: add note to INSTALL file about gcc 4.9.0 not being supported X-Git-Tag: v1.1.3~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cc69faa5c2f0a189c35cf980ff4fa526ce866f4;p=oweals%2Fmusl.git add note to INSTALL file about gcc 4.9.0 not being supported --- diff --git a/INSTALL b/INSTALL index 9f295d50..2994630a 100644 --- a/INSTALL +++ b/INSTALL @@ -35,7 +35,8 @@ i386 targets. Sufficiently recent versions of PCC and LLVM/clang are also believed to work, but have not been tested as heavily; prior to Fall 2012, both had known bugs that affected musl. Firm/cparser is also believed to work but lacks support for producing shared -libraries. +libraries. GCC 4.9.0 is known to have a serious bug (#61144) which +affects musl and is not supported.