diff options
| author | seyko <seyko2@gmail.com> | 2016-04-04 19:22:52 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2016-04-04 19:22:52 +0300 |
| commit | 21665f433890e2038626f0b3123b189a62a67dc9 (patch) | |
| tree | e40ce26a1489ecd9aa76647173df346a5db0f914 /tcc-doc.texi | |
| parent | 5278d217ff4c36497ab8fff2a128f2991ca9dd0a (diff) | |
| download | tinycc-21665f433890e2038626f0b3123b189a62a67dc9.tar.gz tinycc-21665f433890e2038626f0b3123b189a62a67dc9.tar.bz2 | |
describe -fnormalize-inc-dirs in tcc-doc.texi
Diffstat (limited to 'tcc-doc.texi')
| -rw-r--r-- | tcc-doc.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index a8849f0..4e26489 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -242,7 +242,11 @@ assume a nested named structure declaration without identifier behave like an unnamed one. @item -fdollars-in-identifiers -Allow a dollars in identifiers +Allow a dollars in identifiers. + +@item -fnormalize-inc-dirs +Be more gcc compatible and remove non-existent or duplicate directories +from include paths. This helps to compile such packages as coreutils. @end table |
