This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR 12546 zsh cannot be used for CONFIG_SHELL


* doc/install.texi: Document that zsh does not work when configuring gcc.
 
+It is known that @command{zsh} is not a fully compliant POSIX shell and will not
+work when configuring gcc.
+

Not quite true; if you arrange to do 'emulate sh' and 'NULL_COMMAND=:' in
every invocation of zsh, I believe it will work when configuring gcc.  This
is done automatically in autoconf 2.5x.

Nevertheless, you should probably commit this as is; don't bother trying
to explain the subtle points.

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]