[openssl/openssl] 8b399c: Fix Configure test for -mips in CFLAGS

Mike Gilbert noreply at github.com
Sun Mar 19 22:30:27 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 8b399c5e51b4d010650cb344a67a696daf096a05
      https://github.com/openssl/openssl/commit/8b399c5e51b4d010650cb344a67a696daf096a05
  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)




More information about the openssl-commits mailing list