summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureGccXmlCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmConfigureGccXmlCommand.h')
-rw-r--r--Source/cmConfigureGccXmlCommand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmConfigureGccXmlCommand.h b/Source/cmConfigureGccXmlCommand.h
index 28cb001..ef638d5 100644
--- a/Source/cmConfigureGccXmlCommand.h
+++ b/Source/cmConfigureGccXmlCommand.h
@@ -99,6 +99,10 @@ public:
protected:
std::string GetSupportDirectory(const char*);
bool FindVcIncludeFlags();
+ bool FindGccIncludeFlags();
+ bool FindMproIncludeFlags();
+ bool CompilerIsGCC() const;
+ bool CompilerIsMipsPro() const;
private:
std::string m_SupportDir;