1
1
Viktor Szakats e41d6f4b0e makefile.m32: allow to override gcc, ar and ranlib
Allow to ovverride certain build tools, making it possible to
use LLVM/Clang to build libssh2. The default behavior is unchanged.
To build with clang (as offered by MSYS2), these settings can
be used:

LIBSSH2_CC=clang
LIBSSH2_AR=llvm-ar
LIBSSH2_RANLIB=llvm-ranlib

Also adjust ranlib parameters to be compatible with LLVM/Clang's
ranlib tool.

Closes https://github.com/libssh2/libssh2/pull/214
2017-10-15 17:23:47 +00:00
..
2016-02-23 08:52:47 +01:00
2012-10-24 03:29:50 +02:00
2014-12-01 13:21:50 +01:00
2016-02-23 08:52:47 +01:00
2005-01-03 22:46:15 +00:00