summaryrefslogtreecommitdiff
path: root/README.template
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-02-17 10:12:53 +0000
committerRoland McGrath <roland@gnu.org>1992-02-17 10:12:53 +0000
commitcbf768f661778f5d4caa38b00dfeab32d95ee254 (patch)
tree9735fca770a5ccc00dc61a01042721a064604d3a /README.template
parent1dc18af2f7ec53c1f0bb2835aebabbdce197b272 (diff)
Initial revision
Diffstat (limited to 'README.template')
-rw-r--r--README.template24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.template b/README.template
new file mode 100644
index 0000000000..3e562f041b
--- /dev/null
+++ b/README.template
@@ -0,0 +1,24 @@
+This directory contains the version VERSION test release of the GNU C Library.
+All known bugs have been fixed.
+Some bugs surely remain.
+
+As of this release, the GNU C library has been ported to only two machines:
+sparcs running SunOS 4.1, and HP 300s running 4.3 BSD. Porting the library
+is not hard. If you are interested in doing a port, please contact
+roland@prep.ai.mit.edu.
+
+See the file INSTALL for how to configure, build, and install the GNU C
+library.
+
+The manual for the GNU C library is still being worked on, and is not yet
+distributed. The file Q+A contains a few questions you're likely to have,
+and some answers.
+
+The file NOTES contains a description of the feature-test macros used in
+the GNU C library, explaining how you can tell the library what facilities
+you want it to make available.
+
+Send bug reports to bug-gnu-libc@prep.ai.mit.edu.
+
+The GNU C Library is free software. See the file COPYING.LIB for copying
+conditions.