add .text section directive to all crt_arch.h files missing it
[oweals/musl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 9f295d5059a1ef403c9653cf2c83566cb6791545..5713cd49baf74224dc0246bd7067b36923ae2772 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -35,7 +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.
+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.