Fix configuration system to support different architectures on Cygwin.
authorCorinna Vinschen <vinschen@redhat.com>
Sun, 17 Jan 2016 15:42:38 +0000 (16:42 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Jan 2016 15:16:00 +0000 (16:16 +0100)
commita717c110d25e3e3e197f6b8a9228f2601ca9c9af
tree6ad6e2b0f6195759f69d61be0d74ce3b3490e6c3
parent42b8f1427a8cdf320e51374a5fbfefc74bec0519
Fix configuration system to support different architectures on Cygwin.

This patch allows to recognize the architectures supported by Cygwin
and to choose the right configuration from there.  Drop -march to
use default architecture on 32 bit x86.

Drop pre-Cygwin-1.3 recognition since it's long gone and there's no
valid configuration for this anymore.

Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/10-main.conf
config