diff options
| author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-17 22:36:57 +0000 |
|---|---|---|
| committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-17 22:36:57 +0000 |
| commit | 8e860a09ede4e4f3a108cfd7da6f85d5ce16cb22 (patch) | |
| tree | 9f725c1f58f9d0ed3b21f7f5d608637410443d1b | |
| parent | 764e3b9d640f87cac116853c178b889f33d0371e (diff) | |
| download | ppe42-gcc-8e860a09ede4e4f3a108cfd7da6f85d5ce16cb22.tar.gz ppe42-gcc-8e860a09ede4e4f3a108cfd7da6f85d5ce16cb22.zip | |
2003-10-17 Andrew Pinski <pinskia@physics.uc.edu>
PR bootstrap/12546
* doc/install.texi: Document that zsh does not work when
configuring gcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72625 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 549ff68e155..c8e1c162c13 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-10-17 Andrew Pinski <pinskia@physics.uc.edu> + + PR bootstrap/12546 + * doc/install.texi: Document that zsh does not work when + configuring gcc. + + 2003-10-17 Nathanael Nerode <neroden@gcc.gnu.org> * config/ptx4.h: Switch to DWARF 2; update comments. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 55c10ef4127..f91352f23ba 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -256,6 +256,9 @@ 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. + @item GNU binutils Necessary in some circumstances, optional in others. See the |

