projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abfd55
)
add note to INSTALL file about gcc 4.9.0 not being supported
author
Rich Felker
<dalias@aerifal.cx>
Wed, 25 Jun 2014 18:16:15 +0000
(14:16 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 25 Jun 2014 18:16:15 +0000
(14:16 -0400)
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index 9f295d5059a1ef403c9653cf2c83566cb6791545..2994630a403d6f41f6828d65db85b1ec2db639ec 100644
(file)
--- 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.