diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-05 18:48:33 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-08 21:10:14 (GMT) |
commit | 26fb50114f37366c5c72ec76a1c09bfb2f94d19c (patch) | |
tree | 57784a87f5d6203021b0da3f1fa42d74b99831f8 /Source/cmStandardLexer.h | |
parent | 7ecbade8877522d9d565bcb2216f71426873f564 (diff) | |
download | CMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.zip CMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.tar.gz CMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.tar.bz2 |
Drop SGI as a CMake host compiler.
It has not been tested since commit v3.1.0-rc1~584^2 (Utilities/Release: Drop
IRIX binary generation on ferrari, 2014-04-30).
Diffstat (limited to 'Source/cmStandardLexer.h')
-rw-r--r-- | Source/cmStandardLexer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmStandardLexer.h b/Source/cmStandardLexer.h index 981e03e..bd08ac7 100644 --- a/Source/cmStandardLexer.h +++ b/Source/cmStandardLexer.h @@ -25,12 +25,6 @@ # pragma warning ( disable : 4786 ) #endif -/* Make sure SGI termios does not define ECHO differently. */ -#if defined(__sgi) && !defined(__GNUC__) -# include <sys/termios.h> -# undef ECHO -#endif - /* Define isatty on windows. */ #if defined(_WIN32) && !defined(__CYGWIN__) # include <io.h> |