[Python-checkins] [python/cpython] 35f3d2: bpo-30104: configure now detects when cc is clang ...

GitHub noreply at github.com
Fri Apr 21 06:35:25 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 35f3d240ee5f0958034bd500949b08764e36f4dc
      https://github.com/python/cpython/commit/35f3d240ee5f0958034bd500949b08764e36f4dc
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M configure
    M configure.ac

  Log Message:
  -----------
  bpo-30104: configure now detects when cc is clang (#1233)

Detect when the "cc" compiler (and the $CC variable) is the Clang
compiler. The test is needed to add the -fno-strict-aliasing option
on FreeBSD where cc is clang.




More information about the Python-checkins mailing list