diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-08 15:58:22 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-08 16:18:50 +0200 |
| commit | cd3574320bf57b2eaad93ef6f58dee6c9d41cb19 (patch) | |
| tree | 9248d5f6d68acefb66de62aad6a0b1e5059621bc /gcc/lang-specs.h | |
| parent | ffe6097c534c82b9402bb6f0a57abeebd075e61d (diff) | |
| download | elna-cd3574320bf57b2eaad93ef6f58dee6c9d41cb19.tar.gz | |
Add support for specifying include paths
Diffstat (limited to 'gcc/lang-specs.h')
| -rw-r--r-- | gcc/lang-specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)}", |
