commit | 27a451e3739d8331b9c180b0373b88ab6c382409 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Nov 15 09:56:20 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Wed Nov 16 14:08:44 2016 +0100 |
tree | 91bdd54d7248710d812c9bf6f278c8790d425bd7 | |
parent | 7fbc0bfdd7a3c46bc7e36b191d11ab3853555a25 [diff] |
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)