Cray Inc provides support for some NEC sites, so that's why this is coming from me.

configuration patches to make openssl compile on NEC's SX-6 machines.


diff -c openssl-0.9.7.orig/config.orig openssl-0.9.7.sx6/config
*** openssl-0.9.7.orig/config.orig Fri Jan 10 17:54:08 2003
--- openssl-0.9.7.sx6/config      Fri Jan 10 17:58:25 2003
***************
*** 352,357 ****
--- 352,361 ----
          echo "j90-cray-unicos"; exit 0;
          ;;

+     SUPER-UX*SX-6)
+        echo "sx6-nec-superux"; exit 0;
+        ;;
+
       NONSTOP_KERNEL*)
          echo "nsr-tandem-nsk"; exit 0;
          ;;
***************
*** 731,736 ****
--- 735,741 ----
     *-*-cygwin) OUT="Cygwin" ;;
     t3e-cray-unicosmk) OUT="cray-t3e" ;;
     j90-cray-unicos) OUT="cray-j90" ;;
+   sx6-nec-superux) OUT="sx6" ;;
     nsr-tandem-nsk) OUT="tandem-c89" ;;
     *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
   esac
diff -rc openssl-0.9.7.orig/Configure openssl-0.9.7.sx6/Configure
*** openssl-0.9.7.orig/Configure        Fri Dec 27 19:35:11 2002
--- openssl-0.9.7.sx6/Configure Fri Jan 10 16:58:28 2003
***************
*** 468,473 ****
--- 468,478 ----
   # did not like it.
   "cray-t3e", "cc: -DBIT_FIELD_LIMITS -DTERMIOS::(unknown):CRAY::SIXTY_FOUR_BIT_LONG 
RC4_CHUNK DES_INT:::",

+ #
+ # NEC SX-6 (Cray Inc. [EMAIL PROTECTED])
+ #
+ "sx6", "cc:-g -DTERMIOS::(unknown):::SIXTY_FOUR_BIT DES_INT:::",
+
   # DGUX, 88100.
   "dgux-R3-gcc",       "gcc:-O3 -fomit-frame-pointer::(unknown):::RC4_INDEX 
DES_UNROLL:::",
   "dgux-R4-gcc",       "gcc:-O3 -fomit-frame-pointer::(unknown)::-lnsl 
-lsocket:RC4_INDEX DES_UNROLL:::",



-- 
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
[EMAIL PROTECTED], 651-605-9154

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to