Skip to content
  1. Sep 14, 2016
  2. Sep 13, 2016
  3. Sep 12, 2016
  4. Sep 11, 2016
  5. Sep 09, 2016
  6. Sep 08, 2016
    • Richard Levitte's avatar
      VMS: Use different C flags for programs that aren't to be installed · 1750142f
      Richard Levitte authored
      
      
      This is generalised by having the following macros for stuff that won't
      be installed:
      
          NO_INST_LIB_CFLAGS, used instead of LIB_CFLAGS
          NO_INST_DSO_CFLAGS, used instead of DSO_CFLAGS
          NO_INST_BIN_CFLAGS, used instead of BIN_CFLAGS
      
      They take values from corresponding target config fields if those are
      defined, otherwise they take the respective values from LIB_CFLAGS,
      DSO_CFLAGS and BIN_CFLAGS.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      1750142f