summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-07-31 19:02:54 -0400
committerRich Felker <dalias@aerifal.cx>2014-07-31 19:02:54 -0400
commit60276b995e6916bab7d8803b37260500a691c7ec (patch)
treeeafa13dae9f350be4c31f2d96e30271b9b330d28
parent4272602ad1c7069e06f410a28b1fe6e841f32a8e (diff)
downloadmusl-60276b995e6916bab7d8803b37260500a691c7ec.tar.gz
update notice on broken gcc versions in INSTALL file
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 2994630a..5713cd49 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,8 +35,10 @@ 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. GCC 4.9.0 is known to have a serious bug (#61144) which
-affects musl and is not supported.
+libraries. GCC 4.9.0 and 4.9.1 are known to have a serious bug
+(#61144) which affects musl. Beginning with version 1.1.4 musl
+attempts to work around the bug, but these compiler versions are still
+considered unstable and unsupported.