Here's a small change for SIEMENS' SINIXS and ReliantUNIX platforms:

a) it uses the current CDS compiler

b) it identifies ReliantUNIX systems correctly

c) it uses the name "siemens" rather than "sni" (SNI is the former
   Siemens CS daughter which is now part of the main company)

    Martin
-- 
<[EMAIL PROTECTED]>      |        Siemens Information and
Phone: +49-89-636-46021               |        Communication  Products
FAX:   +49-89-636-47816               |        81730  Munich,  Germany
Index: config
===================================================================
RCS file: /home/cvs/OpenSSL.Org/config,v
retrieving revision 1.19
diff -u -r1.19 config
--- config      1999/05/19 16:50:16     1.19
+++ config      1999/05/20 13:32:09
@@ -201,8 +201,8 @@
        echo "${MACHINE}-unknown-ultrix"; exit 0
        ;;
 
-    SINIX*)
-       echo "${MACHINE}-sni-sysv4"; exit 0
+    SINIX*|ReliantUNIX*)
+       echo "${MACHINE}-siemens-sysv4"; exit 0
        ;;
 
     machten:*)
@@ -322,7 +322,8 @@
   *-*-openbsd) OUT="OpenBSD" ;;
   *-*-osf) OUT="alpha-cc" ;;
   *-*-unixware*) OUT="unixware-2.0" ;;
-  *-sni-sysv4) OUT="SINIX" ;;
+  RM*-siemens-sysv4) OUT="ReliantUNIX" ;;
+  *-siemens-sysv4) OUT="SINIX" ;;
   # these are all covered by the catchall below
   # *-hpux*) OUT="hpux-$CC" ;;
   # *-aix) OUT="aix-$CC" ;;
Index: Configure
===================================================================
RCS file: /home/cvs/OpenSSL.Org/Configure,v
retrieving revision 1.84
diff -u -r1.84 Configure
--- Configure   1999/05/19 22:45:08     1.84
+++ Configure   1999/05/20 13:32:09
@@ -224,7 +224,10 @@
 # SCO cc.
 "sco5-cc",  "cc::(unknown):-lsocket:$x86_gcc_des ${x86_gcc_opts}:::", # des options?
 
-# Sinix RM400
+# Sinix/ReliantUNIX RM400
+# NOTE: The CDS++ Compiler up to V2.0Bsomething has the IRIX_CC_BUG optimizer 
+problem. Better use -g  */
+"ReliantUNIX","cc:-KPIC -g -DSNI -DTERMIOS -DB_ENDIAN:-Kthread:-lsocket -lnsl -lc 
+-L/usr/ucblib -lucb:BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR:::",
+"SINIX","cc:-O -DSNI:(unknown):-lsocket -lnsl -lc -L/usr/ucblib -lucb:RC4_INDEX 
+RC4_CHAR:::",
 "SINIX-N","/usr/ucb/cc:-O2 -misaligned:(unknown):-lucb:RC4_INDEX RC4_CHAR:::",
 
 # Windows NT, Microsoft Visual C++ 4.0

Reply via email to