diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-06-25 14:16:15 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-06-25 14:16:15 -0400 |
commit | 1cc69faa5c2f0a189c35cf980ff4fa526ce866f4 (patch) | |
tree | b4a6e91d97594e33ef45db55cfcf7369f2506382 /INSTALL | |
parent | 5abfd55d6e4845413eced358099488273adbcb9f (diff) | |
download | musl-1cc69faa5c2f0a189c35cf980ff4fa526ce866f4.tar.gz musl-1cc69faa5c2f0a189c35cf980ff4fa526ce866f4.tar.xz musl-1cc69faa5c2f0a189c35cf980ff4fa526ce866f4.zip |
add note to INSTALL file about gcc 4.9.0 not being supported
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
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. |