More README file updates

svn: r8410
This commit is contained in:
Eli Barzilay 2008-01-25 04:19:11 +00:00
parent f1aa5957b0
commit 5b2b9d9f30
2 changed files with 6 additions and 4 deletions

View File

@ -3,6 +3,10 @@ with extra files that are needed to configure it. Similarly, The
`libffi_msvc' directory holds a copy of the libffi version from the
CTypes project.
Note: libffi is maintained as part of the GCC code repository, but it
is still distributed under an LGPL-compatible license. CTypes is
under the MIT License.
========== gcc directory =============================================
The directory is synced from the GCC repository, revision 131816.

View File

@ -1,8 +1,6 @@
This directory is here only for configuring libffi which is
distributed as part of GCC. It contains the minimal set of files that
make it possible to configure and build libffi.
make it possible to configure and build libffi, as well as recreate
its configure script.
See the ../README file for more details.
(Note: libffi is maintained as part of the GCC code repository, but it
is still distributed under the LGPL.)