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

CURL_CC=clang
CURL_AR=llvm-ar
CURL_RANLIB=llvm-ranlib

Closes https://github.com/curl/curl/pull/1993
2017-10-15 19:42:32 +00:00
..
2017-08-23 03:17:10 -04:00
2017-09-18 22:55:50 +02:00
2017-07-28 16:41:29 +02:00
2017-09-11 09:29:50 +02:00
2017-09-12 09:50:24 +02:00
2017-09-11 09:29:50 +02:00
2017-09-11 09:29:50 +02:00
2017-09-11 09:29:50 +02:00
2017-08-23 23:58:49 +02:00
2017-10-15 15:59:43 +00:00
2017-09-02 17:47:10 +01:00
2017-09-02 17:47:10 +01:00
2017-09-11 09:29:50 +02:00
2017-09-11 09:29:50 +02:00
2017-09-12 09:50:24 +02:00
2017-09-11 09:29:50 +02:00
2017-08-12 17:25:50 +02:00
2017-10-05 14:06:23 +02:00