1. 27 Mar, 2018 3 commits
  2. 26 Mar, 2018 2 commits
  3. 25 Mar, 2018 1 commit
  4. 22 Mar, 2018 1 commit
  5. 21 Mar, 2018 8 commits
  6. 20 Mar, 2018 2 commits
  7. 19 Mar, 2018 6 commits
  8. 17 Mar, 2018 3 commits
  9. 15 Mar, 2018 6 commits
  10. 12 Mar, 2018 3 commits
  11. 11 Mar, 2018 1 commit
  12. 10 Mar, 2018 2 commits
  13. 09 Mar, 2018 1 commit
  14. 08 Mar, 2018 1 commit
    • Andy Polyakov's avatar
      Configurations/10-main.conf: add -fno-common back to darwin-ppc-cc. · d06c7154
      Andy Polyakov authored
      -fno-common was removed for all Darwin targets in
      0c873419 with rationale "it's either
      'ranlib -c' or '-fno-common'." However, it's still absolutely required
      in 32-bit darwin-ppc-cc. And when trying things out I didn't quite
      see why it was formulated as one-or-another choice, as 'ranlib -c'
      shouldn't [and doesn't] have problems with object modules without
      commons. [Well, to be frank, I didn't manage to reproduce the problem
      the modification was meaning to resolve either...]
      
      (backport of 107783d9
      
      )
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      d06c7154