From: Thomas Pornin Date: Fri, 14 Apr 2017 20:32:29 +0000 (+0200) Subject: When using Clang, use it also for linking (compatibility with core FreeBSD systems). X-Git-Tag: v0.5~20 X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=ad6a51bde35d008521e3c667f64c43630351abec;ds=inline When using Clang, use it also for linking (compatibility with core FreeBSD systems). --- diff --git a/conf/UnixClang.mk b/conf/UnixClang.mk index 331f4a8..3636cf8 100644 --- a/conf/UnixClang.mk +++ b/conf/UnixClang.mk @@ -7,3 +7,5 @@ include conf/Unix.mk BUILD = bclang CC = clang +LD = clang +LDDLL = clang