diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-18 18:46:35 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-06-18 18:46:35 +0000 |
commit | 3f737aa91438a3586bca1452f1a5ee8de514a906 (patch) | |
tree | 07b3977f674904a39a92e91c155e3a1e0b9feafd | |
parent | ba03a3508bfbf83b6bbd07f47bc1573ab6f6f89f (diff) | |
download | gcc-3f737aa91438a3586bca1452f1a5ee8de514a906.zip gcc-3f737aa91438a3586bca1452f1a5ee8de514a906.tar.gz gcc-3f737aa91438a3586bca1452f1a5ee8de514a906.tar.bz2 |
re PR bootstrap/30739 (awk Prerequisite is not documented)
gcc/
PR documentation/30739
* doc/install.texi (Prerequisites): Document dependency on awk.
From-SVN: r136902
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 842a63b..be29e2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + PR documentation/30739 + * doc/install.texi (Prerequisites): Document dependency on awk. + 2008-06-18 Uros Bizjak <ubizjak@gmail.com> Ian Lance Taylor <iant@google.com> diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d21becf..8292fbf 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 |