diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-03 18:49:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-03 18:53:31 +0900 |
| commit | e4e48355ae26fa6d9ef43e667e52356a25fd18f8 (patch) | |
| tree | 5fe7303395609608c5a6cc814be5cf8dcfd06ce9 /src/tools/tqglobal.h | |
| parent | ec615dc3b52d4faafbebd7b4229fd4a1ea2a75ee (diff) | |
| download | tqt-drop/irix-support.tar.gz tqt-drop/irix-support.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compilerdrop/irix-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/tqglobal.h')
| -rw-r--r-- | src/tools/tqglobal.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/tools/tqglobal.h b/src/tools/tqglobal.h index ff0d7d835..1f98a5d85 100644 --- a/src/tools/tqglobal.h +++ b/src/tools/tqglobal.h @@ -65,7 +65,6 @@ NETBSD - NetBSD OPENBSD - OpenBSD BSDI - BSD/OS - IRIX - SGI Irix UNIXWARE - UnixWare 7, Open UNIX 8 AIX - AIX HURD - GNU Hurd @@ -120,8 +119,6 @@ #elif defined(__bsdi__) # define Q_OS_BSDI # define Q_OS_BSD4 -#elif defined(__sgi) -# define Q_OS_IRIX #elif defined(_AIX) # define Q_OS_AIX #elif defined(__Lynx__) @@ -331,19 +328,6 @@ # define Q_CC_OC # define Q_NO_USING_KEYWORD -/* The MIPSpro compiler in o32 mode is based on EDG but disables features - such as template specialization nevertheless */ -# elif defined(__sgi) -# define Q_CC_MIPS -# if defined(_MIPS_SIM) && (_MIPS_SIM == _ABIO32) /* o32 ABI */ -# define TQ_TYPENAME -# elif defined(_COMPILER_VERSION) && (_COMPILER_VERSION < 730) /* 7.2 */ -# define TQ_TYPENAME -# endif -# define Q_NO_USING_KEYWORD /* ### check "using" status */ -# if defined(_COMPILER_VERSION) && (_COMPILER_VERSION >= 740) -# pragma set woff 3624,3625, 3649 /* turn off some harmless warnings */ -# endif # endif /* The older UnixWare 2.X compiler? */ |
