[openssl/openssl] f0bb16: Fix Configure test for -mips in CFLAGS
Mike Gilbert
noreply at github.com
Sun Mar 19 22:31:26 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: f0bb166cb6c972247568c5e6a12f71dcda839c1d
https://github.com/openssl/openssl/commit/f0bb166cb6c972247568c5e6a12f71dcda839c1d
Author: Mike Gilbert <floppym at gentoo.org>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M Configure
Log Message:
-----------
Fix Configure test for -mips in CFLAGS
We want to add -mips2 or -mips3 only if the user hasn't already
specified a mips version in CFLAGS. The existing test was a
double-negative.
CLA: trivial
Fixes: https://github.com/openssl/openssl/issues/20214
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20273)
(cherry picked from commit 8b399c5e51b4d010650cb344a67a696daf096a05)
More information about the openssl-commits
mailing list