On x86 machines where the compiler supports -m32, use 'linux-x86'
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Nov 2016 08:56:20 +0000 (09:56 +0100)
committerRichard Levitte <richard@levitte.org>
Wed, 16 Nov 2016 13:11:11 +0000 (14:11 +0100)
commit760c969584bb52f1c88f11563c59a2c5efad66d7
tree7ab53c3546ce40f38fa60efe6640419a44682b91
parenta68382de5e2e528d5026d29666f4abbc7c43743a
On x86 machines where the compiler supports -m32, use 'linux-x86'

The rationale is that the linux-x86 is the most likely config target
to evolve and should therefore be chosen when possible, while
linux-elf is mostly reserved for older Linux machines.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1924)
(cherry picked from commit 27a451e3739d8331b9c180b0373b88ab6c382409)
config