Commit 079bd08e by Jeffrey A Law Committed by Jeff Law

README, [...]: Update name (egcs -> gcc) and version #s (1.1 -> 2.96) as needed.

        * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
        and version #s (1.1 -> 2.96) as needed.
        * README.g77: Kill way out of date file in the toplevel directory.
Part of the ongoing conversion to the one true gcc.

From-SVN: r27308
parent 32a57b70
Wed Jun 2 02:29:07 1999 Jeffrey A Law (law@cygnus.com)
* README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
and version #s (1.1 -> 2.96) as needed.
* README.g77: Kill way out of date file in the toplevel directory.
Wed Jun 2 00:52:34 1999 David O'Brien <obrien@FreeBSD.org>
* configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
......
This directory contains the egcs version 1.1 release of the GNU C
This directory contains the gcc version 2.96 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.
......
......@@ -608,7 +608,7 @@ echo "$ac_t""$library_path_setting" 1>&6
if test "$library_path_setting" != "ok"; then
{ echo "configure: error:
*** LIBRARY_PATH shouldn't contain the current directory when
*** building egcs. Please change the environment variable
*** building gcc. Please change the environment variable
*** and run configure again." 1>&2; exit 1; }
fi
......@@ -633,7 +633,7 @@ echo "$ac_t""$gcc_exec_prefix_setting" 1>&6
if test "$gcc_exec_prefix_setting" != "ok"; then
{ echo "configure: error:
*** GCC_EXEC_PREFIX shouldn't contain the current directory when
*** building egcs. Please change the environment variable
*** building gcc. Please change the environment variable
*** and run configure again." 1>&2; exit 1; }
fi
......
......@@ -53,7 +53,7 @@ AC_MSG_RESULT($library_path_setting)
if test "$library_path_setting" != "ok"; then
AC_MSG_ERROR([
*** LIBRARY_PATH shouldn't contain the current directory when
*** building egcs. Please change the environment variable
*** building gcc. Please change the environment variable
*** and run configure again.])
fi
......@@ -79,7 +79,7 @@ AC_MSG_RESULT($gcc_exec_prefix_setting)
if test "$gcc_exec_prefix_setting" != "ok"; then
AC_MSG_ERROR([
*** GCC_EXEC_PREFIX shouldn't contain the current directory when
*** building egcs. Please change the environment variable
*** building gcc. Please change the environment variable
*** and run configure again.])
fi
......
......@@ -23,7 +23,7 @@
.Id $Id: gcc.1,v 1.9 1998/12/16 20:55:57 law Exp $
.TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
.SH NAME
gcc, g++ \- GNU project C and C++ Compiler (egcs-1.1)
gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96)
.SH SYNOPSIS
.B gcc
.RI "[ " option " | " filename " ].\|.\|."
......
......@@ -150,7 +150,7 @@ instead of in the original English.
@sp 1
@c The version number appears five times more in this file.
@center for egcs-1.1
@center for gcc-2.96
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1988, 89, 92, 93, 94, 95, 96, 98 Free Software Foundation, Inc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment