> NOTIFICATION: The attached patch applies to openssl-0.9.7.
Does it really have to be so complicated? I mean all you have to do is
to tell i386 and none-i386 apart, right? Even if it has to be
complicated, what about AMD CPUs? P4? In other words my suggestion is
MACH=`uname -X 2>/dev/null | grep "^Machine" | awk '{print $3, $4}'`
case ${MACH} in
*386* ) MACH="i386" ;;
* ) MACH="ix86" ;;
esac
case x{VERSION} in
case x2.0*) echo ${MACH}-whatever-unixware20;;
case x2.1*) echo ${MACH}-whatever-unixware21;;
case x2*) echo ${MACH}-whatever-unixware2;;
esac
> Config was adding "386" to the Configure line causing the build
> to fail on the assembler modules.
^^^^ in what way? Shouldn't we fix it? A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]