BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 25 Dec 1992 18:54:09 +0000 (10:54 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 25 Dec 1992 18:54:09 +0000 (10:54 -0800)
Work on file usr/src/contrib/gcc-2.3.3/README

Synthesized-from: CSRG/cd3/4.4BSD-Lite2

usr/src/contrib/gcc-2.3.3/README [new file with mode: 0644]

diff --git a/usr/src/contrib/gcc-2.3.3/README b/usr/src/contrib/gcc-2.3.3/README
new file mode 100644 (file)
index 0000000..eafcb7a
--- /dev/null
@@ -0,0 +1,29 @@
+This directory contains the version 2.3.3 release of the GNU C
+compiler.  It includes all of the support for compiling C++ and
+Objective C, including a run-time library for Objective C.
+
+This is still a beta test release, but aside from the Objective C
+run-time, it ought to be close to reliable.
+
+The GNU C compiler is free software.  See the file COPYING for copying
+permission.
+
+See the file gcc.texi (together with other files that it includes) for
+installation and porting information.  The file INSTALL contains a
+copy of the installation information, as plain ASCII.
+
+Installing this package will create various files in subdirectories of
+/usr/local/lib, which are passes used by the compiler and a library
+named libgcc.a.  It will also create /usr/local/bin/gcc, which is
+the user-level command to do a compilation.
+
+See the Bugs chapter of the GCC Manual for how to report bugs
+usefully.  An online readable version of the manual is in the files
+gcc.info*.
+
+The files pself.c and pself1.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.  Likewise pself2.c
+(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
+Fakhreyev).