projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042986b
)
When using Clang, use it also for linking (compatibility with core FreeBSD systems).
author
Thomas Pornin
<pornin@bolet.org>
Fri, 14 Apr 2017 20:32:29 +0000
(22:32 +0200)
committer
Thomas Pornin
<pornin@bolet.org>
Fri, 14 Apr 2017 20:32:29 +0000
(22:32 +0200)
conf/UnixClang.mk
patch
|
blob
|
history
diff --git
a/conf/UnixClang.mk
b/conf/UnixClang.mk
index
331f4a8
..
3636cf8
100644
(file)
--- a/
conf/UnixClang.mk
+++ b/
conf/UnixClang.mk
@@
-7,3
+7,5
@@
include conf/Unix.mk
BUILD = bclang
CC = clang
+LD = clang
+LDDLL = clang