diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-03-24 17:43:07 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-03-24 17:43:07 -0400 |
commit | db0da51b5cd0b1a50634c7c4f8dbc31f0e581d36 (patch) | |
tree | 0ace65f77721e8785414edb81193360acb792234 /README | |
parent | ad2d2b963a4bf9e2631b345c898e8715b36b459e (diff) | |
download | musl-db0da51b5cd0b1a50634c7c4f8dbc31f0e581d36.tar.gz musl-db0da51b5cd0b1a50634c7c4f8dbc31f0e581d36.tar.xz musl-db0da51b5cd0b1a50634c7c4f8dbc31f0e581d36.zip |
update README to remove information no longer relevant as of 0.8.7
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README index db9726a3..666176c7 100644 --- a/README +++ b/README @@ -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 |