]> git.ipfire.org Git - thirdparty/openssl.git/commit
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 <levitte@openssl.org>
Wed, 16 Nov 2016 13:08:44 +0000 (14:08 +0100)
commit27a451e3739d8331b9c180b0373b88ab6c382409
tree91bdd54d7248710d812c9bf6f278c8790d425bd7
parent7fbc0bfdd7a3c46bc7e36b191d11ab3853555a25
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)
config