diff options
author | Brad King <brad.king@kitware.com> | 2001-07-23 15:54:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-07-23 15:54:25 (GMT) |
commit | 4a52b0e6c3f732a7b656c467ce32d7ee89673cf6 (patch) | |
tree | a51aa4047fffd98e2d5c25375d6df9733d1c3a80 /Source/cmConfigureGccXmlCommand.h | |
parent | 572ecc9b8ac38f2b1c34577f53af7d3fcd67f6a5 (diff) | |
download | CMake-4a52b0e6c3f732a7b656c467ce32d7ee89673cf6.zip CMake-4a52b0e6c3f732a7b656c467ce32d7ee89673cf6.tar.gz CMake-4a52b0e6c3f732a7b656c467ce32d7ee89673cf6.tar.bz2 |
ENH: Added support for UNIX compilers. GCC and MIPSpro are supported.
Diffstat (limited to 'Source/cmConfigureGccXmlCommand.h')
-rw-r--r-- | Source/cmConfigureGccXmlCommand.h | 4 |
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; |