From: Jose E. Marchesi Date: Wed, 10 Dec 2025 03:30:54 +0000 (+0100) Subject: a68: add entry for OPT_L in algol68/lang.opt X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea4e275af4e4309e52645924c85be985ffbb39e;p=thirdparty%2Fgcc.git a68: add entry for OPT_L in algol68/lang.opt We need to handle OPT_L in ga68 in order to add the specified directories to the modules search path. This patch adds the necessary entry in algol68/lang.opt. Signed-off-by: Jose E. Marchesi gcc/algol68/ChangeLog * lang.opt: Add entry for OPT_L. --- diff --git a/gcc/algol68/lang.opt b/gcc/algol68/lang.opt index 5fcbfadcdb3..d1af4aeda2e 100644 --- a/gcc/algol68/lang.opt +++ b/gcc/algol68/lang.opt @@ -28,6 +28,10 @@ I Algol68 Joined Separate ; Documented in c-family/c.opt +L +Algol68 Joined Separate +; Not documented + Wextensions Algol68 Warning Var(warn_algol68_extensions) LangEnabledBy(Algol68, Wextra) Warn for usage of non-portable extensions of Algol 68.