When using Clang, use it also for linking (compatibility with core FreeBSD systems).
authorThomas Pornin <pornin@bolet.org>
Fri, 14 Apr 2017 20:32:29 +0000 (22:32 +0200)
committerThomas Pornin <pornin@bolet.org>
Fri, 14 Apr 2017 20:32:29 +0000 (22:32 +0200)
conf/UnixClang.mk

index 331f4a8..3636cf8 100644 (file)
@@ -7,3 +7,5 @@ include conf/Unix.mk
 
 BUILD = bclang
 CC = clang
+LD = clang
+LDDLL = clang