When using Clang, use it also for linking (compatibility with core FreeBSD systems).

This commit is contained in:
Thomas Pornin 2017-04-14 22:32:29 +02:00
parent 042986b989
commit ad6a51bde3

View File

@ -7,3 +7,5 @@ include conf/Unix.mk
BUILD = bclang
CC = clang
LD = clang
LDDLL = clang