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.opt | |
| parent | ffe6097c534c82b9402bb6f0a57abeebd075e61d (diff) | |
| download | elna-cd3574320bf57b2eaad93ef6f58dee6c9d41cb19.tar.gz | |
Add support for specifying include paths
Diffstat (limited to 'gcc/lang.opt')
| -rw-r--r-- | gcc/lang.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/lang.opt b/gcc/lang.opt index 1c8c95c..e8e5920 100644 --- a/gcc/lang.opt +++ b/gcc/lang.opt @@ -21,3 +21,7 @@ Language Elna + +I +Elna Joined Separate MissingArgError(missing path after %qs) +-I <dir> Add <dir> to the end of the main include path. |
