diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2024-07-24 14:25:45 +0100 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2024-07-28 19:05:51 +0200 |
commit | 6c7ad84bc54e1a79ba19093f071acf78791ec5d5 (patch) | |
tree | ba186abbcb9b473e9ab2807428adf59cdbb96cb6 /gcc/doc | |
parent | 2c8986cc98fac56857989a692901c505c0f6ec01 (diff) | |
download | gcc-6c7ad84bc54e1a79ba19093f071acf78791ec5d5.zip gcc-6c7ad84bc54e1a79ba19093f071acf78791ec5d5.tar.gz gcc-6c7ad84bc54e1a79ba19093f071acf78791ec5d5.tar.bz2 |
modula2: Add GNU flex as a build and install prerequisite.
gcc/ChangeLog:
* doc/install.texi (GM2-prerequisite): Add GNU flex.
Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dda623f..4973f19 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -334,6 +334,10 @@ 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 GNU flex + +Necessary to build the lexical analysis module. + @item A POSIX or SVR4 awk Necessary for creating some of the generated source files for GCC@. |