Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2013-07-23 07:09:17 +0000
committerAndrew Gvozdev2013-07-24 18:50:45 +0000
commite84409b1f0e54e2905cde561e48d9884e29b03c8 (patch)
treebd5db525689c2d94cafc4e8f12db2f7abc4f483f /doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_scanner_discovery.htm
parent12c5f1299086244119b44fb9aad877f9fb49a430 (diff)
downloadorg.eclipse.cdt-e84409b1f0e54e2905cde561e48d9884e29b03c8.tar.gz
org.eclipse.cdt-e84409b1f0e54e2905cde561e48d9884e29b03c8.tar.xz
org.eclipse.cdt-e84409b1f0e54e2905cde561e48d9884e29b03c8.zip
bug 404913: Dialect category and options for language standards for GCC toolchain
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_scanner_discovery.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_scanner_discovery.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_scanner_discovery.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_scanner_discovery.htm
index 189b0f2a51c..33baf04b006 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_scanner_discovery.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_scanner_discovery.htm
@@ -181,9 +181,10 @@ Language settings providers can have options that affect the behavior of a provi
<td headers="description2">The command to make the compiler print built-in settings.
Following variables are recognized:
<ul>
- <li><strong>${COMMAND}</strong> - compiler command from the toolchain, such as "gcc".</li>
+ <li><strong>${COMMAND}</strong> - compiler command from the tool-chain, such as "gcc".</li>
+ <li><strong>${FLAGS}</strong> - applicable compiler flags from the tool-chain, such as language dialect flag "-std=c++0x".</li>
<li><strong>${INPUTS}</strong> - indicates normally an empty specs file required by the compiler.
- In no such file exists the file gets created temporarily in Eclipse workspace plugin area.
+ If no such file exists the file gets created temporarily in Eclipse workspace plugin area.
</li>
<li><strong>${EXT}</strong> - an extension for the language to discover built-in settings.
A provider can be associated with multiple languages and it will run the command for each language.

Back to the top