config: fix hpux64-parisc2-gcc detection.
authorAndy Polyakov <appro@openssl.org>
Sat, 24 Mar 2018 19:54:09 +0000 (20:54 +0100)
committerAndy Polyakov <appro@openssl.org>
Sun, 8 Apr 2018 09:18:22 +0000 (11:18 +0200)
commite14795f83bd99b7df6305e411d4b6c52bdd98938
tree98c11b64b8776a5cbff8f4e006f158a063342315
parentf5e3115361f9e6f6407379d6c262b346e32ea25c
config: fix hpux64-parisc2-gcc detection.

hpux64-parisc2-gcc is chosen based on gcc's bitness, and it was overriden
unconditionally.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5742)
config