From: Gaius Mulley Date: Wed, 24 Jul 2024 13:25:45 +0000 (+0100) Subject: modula2: Add GNU flex as a build and install prerequisite. X-Git-Tag: basepoints/gcc-16~7297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52f3473e375b1bb57d08c97291a82c04070036c3;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dda623f4410..4973f195daf 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@.