Hi

I am compiling openssl-engine-0.9.6g on pc linux.
Below is my configure:
OPENSSL_DBG_OPTION=-d
./config $(OPENSSL_DBG_OPTION)  --prefix=$(PROD_HOME); \


Snippet from my configure:

Operating system: i686-whatever-linux2
Configuring for debug-linux-elf
Configuring for debug-linux-elf
IsWindows=0
CC            =gcc
CFLAG         =-fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG
-DL_ENDIAN -DTERMIO -g -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
EX_LIBS       =-lefence -ldl
BN_ASM        =asm/bn86-elf.o asm/co86-elf.o
DES_ENC       =asm/dx86-elf.o asm/yx86-elf.o
BF_ENC        =asm/bx86-elf.o
CAST_ENC      =asm/cx86-elf.o
RC4_ENC       =asm/rx86-elf.o
RC5_ENC       =asm/r586-elf.o
MD5_OBJ_ASM   =asm/mx86-elf.o
SHA1_OBJ_ASM  =asm/sx86-elf.o
RMD160_OBJ_ASM=asm/rm86-elf.o
PROCESSOR     =
RANLIB        =/usr/bin/ranlib
PERL          =/usr/bin/perl



I get the following message from the compiler:

gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG
-DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM   -c -o cryptlib.o cryptlib.c
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.


For now I am ignoring this message, but if possible, could you please
advise on how to get rid of this compiler warning using some config or
Configure switch?


Thanx


Himanshu Soni
Software Engineer
PKI Innovations, Inc.
http://www.pk3i.com
Suite 420 - 1122 Mainland Street
Vancouver, BC, Canada
V6B 5L1 
Phone: 604.484.7544 ext 107


 


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

Reply via email to