386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 28 Nov 1990 03:26:21 +0000 (19:26 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 28 Nov 1990 03:26:21 +0000 (19:26 -0800)
Work on file usr/src/usr.bin/gcc/cc1/README

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/usr.bin/gcc/cc1/README [new file with mode: 0644]

diff --git a/usr/src/usr.bin/gcc/cc1/README b/usr/src/usr.bin/gcc/cc1/README
new file mode 100644 (file)
index 0000000..3ef4c42
--- /dev/null
@@ -0,0 +1,15 @@
+This directory contains the version 1.38 release of the GNU C compiler.
+All bugs reported for previous test releases have been fixed.
+This version probably does not have very many bugs, and we no longer
+consider it a test version.
+
+See the file gcc.texinfo for installation and porting information.
+The file INSTALL contains a copy of the installation information.
+
+The GNU C compiler is free software.  See the file COPYING for copying
+permission.
+
+The files print-self.c and print-self1.c are not part of GCC.
+They are programs that print themselves on standard output.
+They were written by Dario Dariol and Giovanni Cozzi, and are
+included for your hacking pleasure.