From cd3574320bf57b2eaad93ef6f58dee6c9d41cb19 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 8 Jul 2026 15:58:22 +0200 Subject: Add support for specifying include paths --- gcc/lang-specs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/lang-specs.h') diff --git a/gcc/lang-specs.h b/gcc/lang-specs.h index ac3611d..5ef06e9 100644 --- a/gcc/lang-specs.h +++ b/gcc/lang-specs.h @@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see "elna1 %i \ %{!Q:-quiet} " DUMPS_OPTIONS("") " %{m*} %{aux-info*} \ %{g*} %{O*} %{W*&pedantic*} %{w} %{std*&ansi&trigraphs} \ - %{pg:-p} %{p} %{f*} %{undef} \ + %{pg:-p} %{p} %{f*} %{undef} %{I*} \ %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %w%b.s}}} \ %{fsyntax-only:-o %j} %{-param*} \ %{!fsyntax-only:%(invoke_as)}", -- cgit v1.2.3