diff options
author | nsz <nsz@port70.net> | 2012-03-26 13:47:31 +0200 |
---|---|---|
committer | nsz <nsz@port70.net> | 2012-03-26 13:47:31 +0200 |
commit | e68a4633e01e1a9ef41fa6dbc39d1d93dca130d3 (patch) | |
tree | 6e774ea5863925c49b6da15b25adc20d1ec192b4 /README | |
parent | c5ec5b2ce93bd87eb3dbf966d8bf279089f8a35d (diff) | |
parent | a9014ac1b9bc813a21752cd40e0a73441860e6e6 (diff) | |
download | musl-e68a4633e01e1a9ef41fa6dbc39d1d93dca130d3.tar.gz musl-e68a4633e01e1a9ef41fa6dbc39d1d93dca130d3.tar.bz2 musl-e68a4633e01e1a9ef41fa6dbc39d1d93dca130d3.tar.xz musl-e68a4633e01e1a9ef41fa6dbc39d1d93dca130d3.zip |
Merge branch 'master' of git://git.etalabs.net/musl
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -26,9 +26,7 @@ intended to be stable at this point, and serious efforts have been made, using three separate test frameworks, to verify the correctness of the implementation. Many major system-level and user-level programs are known to work with musl, either out-of-the-box or with minor -patches to address portability errors; the main remaining applications -which definitely will not work are those which require C++ support, -which will be addressed during the 0.8 or 0.9 development series. +patches to address portability errors. Included with this package is a gcc wrapper script (musl-gcc) which allows you to build musl-linked programs using an existing gcc 4.x |