diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2003-10-17 22:54:54 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2003-10-17 15:54:54 -0700 |
commit | a755e3c51cf9e3c108439cf3e9b2fa3b3e945c41 (patch) | |
tree | 319e14b36c8187ee5c102d3aa4094aa50a352a9a /gcc | |
parent | 1b49d06f9c507fe7f02f33acb01c648d9487e1e3 (diff) | |
download | gcc-a755e3c51cf9e3c108439cf3e9b2fa3b3e945c41.zip gcc-a755e3c51cf9e3c108439cf3e9b2fa3b3e945c41.tar.gz gcc-a755e3c51cf9e3c108439cf3e9b2fa3b3e945c41.tar.bz2 |
install.texi: Remove first part of the sentence for zsh not working.
2003-10-17 Andrew Pinski <pinskia@physics.uc.edu>
* doc/install.texi: Remove first part of the sentence for
zsh not working. Change gcc to GCC.
From-SVN: r72626
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8e1c16..8901b07 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-10-17 Andrew Pinski <pinskia@physics.uc.edu> + * doc/install.texi: Remove first part of the sentence for + zsh not working. Change gcc to GCC. + PR bootstrap/12546 * doc/install.texi: Document that zsh does not work when configuring gcc. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f91352f..0210e7c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -256,8 +256,8 @@ use @command{bash} to be sure. Then set @env{CONFIG_SHELL} in your environment to your ``good'' shell prior to running @command{configure}/@command{make}. -It is known that @command{zsh} is not a fully compliant POSIX shell and will not -work when configuring gcc. +@command{zsh} is not a fully compliant POSIX shell and will not +work when configuring GCC. @item GNU binutils |