From 2489ab9dcc113df8a8d9c3bee24b78b20d6943e5 Mon Sep 17 00:00:00 2001 From: rwild Date: Wed, 18 Jun 2008 18:46:35 +0000 Subject: [PATCH] gcc/ PR documentation/30739 * doc/install.texi (Prerequisites): Document dependency on awk. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136902 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 842a63bb72b..be29e2d94a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-18 Ralf Wildenhues + + PR documentation/30739 + * doc/install.texi (Prerequisites): Document dependency on awk. + 2008-06-18 Uros Bizjak Ian Lance Taylor diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d21becf76c0..8292fbf01c1 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -273,6 +273,12 @@ environment to your ``good'' shell prior to running @command{zsh} is not a fully compliant POSIX shell and will not work when configuring GCC@. +@item A POSIX or SVR4 awk + +Necessary for creating some of the generated source files for GCC@. +If in doubt, use a recent GNU awk version, as some of the older ones +are broken. GNU awk version 3.1.5 is known to work. + @item GNU binutils Necessary in some circumstances, optional in others. See the -- 2.11.0