Skip to content
  1. Apr 04, 2018
    • Richard Levitte's avatar
      Don't use CPP in Configurations/unix-Makefile.tmpl · 6ddcf90f
      Richard Levitte authored
      
      
      We started using $(CPP) instead of $(CC) -E, with the assumption that
      CPP would be predefined.  This is, however, not always true, and
      rather depends on the 'make' implementation.  Furthermore, on
      platforms where CPP=cpp or something else other than '$(CC) -E',
      there's a risk that it won't understand machine specific flags that we
      pass to it.  So it turns out that trying to use $(CPP) was a mistake,
      and we therefore revert that use back to using $(CC) -E directly.
      
      Fixes #5867
      
      Note: this affects config targets that use Alpha, ARM, IA64, MIPS,
      s390x or SPARC assembler modules.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5871)
      6ddcf90f
  2. Apr 03, 2018
  3. Apr 02, 2018
  4. Apr 01, 2018
  5. Mar 31, 2018
  6. Mar 29, 2018
  7. Mar 28, 2018
  8. Mar 27, 2018
  9. Mar 26, 2018
  10. Mar 25, 2018
  11. Mar 22, 2018
  12. Mar 21, 2018