summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/config/compiler
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-31 22:10:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-02-01 17:56:27 +0900
commit41b715c98980fb74858ed2e337a152c22de3927b (patch)
tree99a82e2742e8c1f5fbdfe5692086dbcc1cee75e1 /indexlib/boost-compat/config/compiler
parentd086d9436d1c40ad85369b1b4a0959a879645bb3 (diff)
downloadtdepim-master.tar.gz
tdepim-master.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indexlib/boost-compat/config/compiler')
-rw-r--r--indexlib/boost-compat/config/compiler/sgi_mipspro.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/indexlib/boost-compat/config/compiler/sgi_mipspro.h b/indexlib/boost-compat/config/compiler/sgi_mipspro.h
deleted file mode 100644
index 689b67ee..00000000
--- a/indexlib/boost-compat/config/compiler/sgi_mipspro.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// (C) Copyright John Maddock 2001 - 2002.
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org for most recent version.
-
-// SGI C++ compiler setup:
-
-#define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
-
-#include "boost/config/compiler/common_edg.hpp"
-
-//
-// Threading support:
-// Turn this on unconditionally here, it will get turned off again later
-// if no threading API is detected.
-//
-#define BOOST_HAS_THREADS
-//
-// version check:
-// probably nothing to do here?
-
-