From 21665f433890e2038626f0b3123b189a62a67dc9 Mon Sep 17 00:00:00 2001 From: seyko Date: Mon, 4 Apr 2016 19:22:52 +0300 Subject: [PATCH] describe -fnormalize-inc-dirs in tcc-doc.texi --- tcc-doc.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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