OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
31-Aug-2007 12:09:34
Branch: HEAD Handle:
2007083111093400
Modified files:
openssl config
Log:
Offer darwin64-x86_64-cc as option.
Summary:
Revision Changes Path
1.163 +11 -1 openssl/config
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/config
============================================================
================
$ cvs diff -u -r1.162 -r1.163 config
--- openssl/config 1 Aug 2007 11:20:39 -0000 1.162
+++ openssl/config 31 Aug 2007 10:09:34 -0000 1.163
 -536,7 +536,17 
fi
fi
OUT="darwin-ppc-cc" ;;
- i386-apple-darwin*) OUT="darwin-i386-cc" ;;
+ i386-apple-darwin*)
+ ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
+ if [ "$ISA64" = "1" ]; then
+ echo "WARNING! If you wish to build 64-bit
library, then you have to"
+ echo " invoke './Configure
darwin64-x86_86-cc' *manually*."
+ if [ "$TEST" = "false" -a -t 1
]; then
+ echo " You have about 5 seconds to
press Ctrl-C to abort."
+ (trap "stty `stty -g`" 2 0; stty -icanon
min 0 time 50; read waste) <&1
+ fi
+ fi
+ OUT="darwin-i386-cc" ;;
alpha-*-linux2)
ISA=`awk '/cpu model/{print$4;exit(0);}'
/proc/cpuinfo`
case ${ISA:-generic} in
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|