>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Andy Polyakov
>Sent: Sunday, June 26, 2005 9:35 AM
>To: openssl-dev@openssl.org
>Cc: openssl-users@openssl.org
>Subject: Re: Compilation of openssl-0.9.8-stable-SNAP-20050624 fails
I have another question on this build, config puts in
-march=i486
but, shouldn't we be using
-march=pentium
The reason I ask is I see a lot of files that appear to be
specific for the Pentium or later CPU - will these execute
on a 80486?
Yes, they will. -586 is legacy suffix and denotes the
L PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Andy Polyakov
>Sent: Friday, June 24, 2005 9:38 AM
>To: openssl-dev@openssl.org
>Cc: openssl-users@openssl.org
>Subject: Re: Compilation of openssl-0.9.8-stable-SNAP-20050624 fails on
>Solaris 2.5.1 x86
>
>
>> gc
gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHA
VE_DLFCN_H -O3 -fomit-frame-pointer -march=i486 -Wall -DL_ENDIAN -DOPENSS
L_NO_INLINE_ASM -DOPENSSL_BN_ASM_PART_WORDS -DSHA1_ASM -DMD5_ASM -DRMD160
_ASM -DAES_ASM -c -o x86cpuid-elf.o x86cpuid-elf.s
Assembler: x86cpuid.s
-DSHA1_ASM -DMD5_ASM -DRMD160
_ASM -DAES_ASM -c -o x86cpuid-elf.o x86cpuid-elf.s
Assembler: x86cpuid.s
aline 131 : Illegal mnemonic
aline 131 : syntax error
*** Error code 1
make: Fatal error: Command failed for target `x86cpuid-elf.o'
Current working directory
/usr/
# ./Configure solaris-x86-gcc zlib shared -L/usr/local/lib
gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D
_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -march=i48
6 -Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM -DOPENSSL_BN_ASM_PART_WORDS -D
OPENSSL_IA32_SSE2