From 1b49d06f9c507fe7f02f33acb01c648d9487e1e3 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Fri, 17 Oct 2003 22:36:57 +0000 Subject: re PR bootstrap/12546 (Missing argz.h causes the build to fail on FreeBSD 4.8) 2003-10-17 Andrew Pinski PR bootstrap/12546 * doc/install.texi: Document that zsh does not work when configuring gcc. From-SVN: r72625 --- gcc/ChangeLog | 7 +++++++ gcc/doc/install.texi | 3 +++ 2 files changed, 10 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 549ff68..c8e1c16 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-10-17 Andrew Pinski + + PR bootstrap/12546 + * doc/install.texi: Document that zsh does not work when + configuring gcc. + + 2003-10-17 Nathanael Nerode * config/ptx4.h: Switch to DWARF 2; update comments. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 55c10ef..f91352f 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 -- cgit v1.1