To fix the error with the deprecated option
change in the file
util\pl\Mingw32.pl
in line
{ $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -mcpu=i486
-Wall"; }
to
 { $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -march=i486
-Wall"; }

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to