diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 16:31:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-08 21:50:03 +0900 |
| commit | 10cded644d5b41f19a2646c6ddcabc4ae9d55f4d (patch) | |
| tree | 6a348fe5ea3a4304694798aa17daf12285cc0732 /src | |
| parent | 840945161b56783948793acd952fa48bdbddc211 (diff) | |
| download | tqt-10cded644d5b41f19a2646c6ddcabc4ae9d55f4d.tar.gz tqt-10cded644d5b41f19a2646c6ddcabc4ae9d55f4d.zip | |
Remove support for discontinued Reliant/Sinix unix
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 792e93f6e9784c7bfe101a1f863c68f1568a117d)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/3rdparty/libmng/config.guess | 14 | ||||
| -rwxr-xr-x | src/3rdparty/libmng/config.sub | 7 | ||||
| -rw-r--r-- | src/tools/ntqglobal.h | 23 |
3 files changed, 0 insertions, 44 deletions
diff --git a/src/3rdparty/libmng/config.guess b/src/3rdparty/libmng/config.guess index 11d85db25..bbb3a8dde 100755 --- a/src/3rdparty/libmng/config.guess +++ b/src/3rdparty/libmng/config.guess @@ -980,20 +980,6 @@ EOF SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit 0 ;; - RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit 0 ;; - RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit 0 ;; - *:SINIX-*:*:*) - if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 - else - echo ns32k-sni-sysv - fi - exit 0 ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says <Richard.M.Bartel@ccMail.Census.GOV> echo i586-unisys-sysv4 diff --git a/src/3rdparty/libmng/config.sub b/src/3rdparty/libmng/config.sub index 34efd933f..07355291b 100755 --- a/src/3rdparty/libmng/config.sub +++ b/src/3rdparty/libmng/config.sub @@ -1132,13 +1132,6 @@ case $os in -nsk*) os=-nsk ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; -triton*) os=-sysv3 ;; diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index 49e9643e1..d19d3623e 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -73,7 +73,6 @@ AIX - AIX HURD - GNU Hurd DGUX - DG/UX - RELIANT - Reliant UNIX DYNIX - DYNIX/ptx TQNX - TQNX TQNX6 - TQNX RTP 6.1 @@ -111,8 +110,6 @@ # define Q_OS_HPUX #elif defined(__ultrix) || defined(ultrix) # define Q_OS_ULTRIX -#elif defined(sinix) -# define Q_OS_RELIANT #elif defined(__GNU__) # define Q_OS_HURD #elif defined(__linux__) || defined(__linux) || defined(__GNU__) || defined(__GLIBC__) @@ -207,7 +204,6 @@ HP - HPUX C++ HPACC - HPUX ANSI C++ USLC - SCO OUDK, UDK, and UnixWare 2.X C++ - CDS - Reliant C++ KAI - KAI C++ INTEL - Intel C++ for Linux, Intel C++ for Windows HIGHC - MetaWare High C/C++ @@ -440,15 +436,6 @@ # define Q_CC_OC # define Q_NO_USING_KEYWORD -/* CDS++ defines __EDG__ although this is not documented in the Reliant - documentation. It also follows conventions like _BOOL and this documented */ -# elif defined(sinix) -# define Q_CC_CDS -# define Q_NO_USING_KEYWORD -# if defined(__cplusplus) && (__cplusplus < 2) /* Cfront C++ mode */ -# define Q_NO_EXCEPTIONS -# endif - /* The MIPSpro compiler in o32 mode is based on EDG but disables features such as template specialization nevertheless */ # elif defined(__sgi) @@ -502,16 +489,6 @@ # define Q_NO_USING_KEYWORD # endif -/* CDS++ does not seem to define __EDG__ or __EDG according to Reliant - documentation but nevertheless uses EDG conventions like _BOOL */ -#elif defined(sinix) -# define Q_CC_EDG -# define Q_CC_CDS -# if !defined(_BOOL) -# define Q_NO_BOOL_TYPE -# endif -# define Q_BROKEN_TEMPLATE_SPECIALIZATION - #elif defined(Q_OS_HPUX) /* __HP_aCC was not defined in first aCC releases */ # if defined(__HP_aCC) || __cplusplus >= 199707L |
