xref: /freebsd-src/contrib/bearssl/conf/UnixClang.mk (revision 2aaf9152a852aba9eb2036b95f4948ee77988826)
1*0957b409SSimon J. Gerraty# Example configuration file for compiling on a Unix-like system with
2*0957b409SSimon J. Gerraty# clang as compiler instead of gcc.
3*0957b409SSimon J. Gerraty
4*0957b409SSimon J. Gerraty# We are on a Unix system so we assume a Single Unix compatible 'make'
5*0957b409SSimon J. Gerraty# utility, and Unix defaults.
6*0957b409SSimon J. Gerratyinclude conf/Unix.mk
7*0957b409SSimon J. Gerraty
8*0957b409SSimon J. GerratyBUILD = bclang
9*0957b409SSimon J. GerratyCC = clang
10*0957b409SSimon J. GerratyLD = clang
11*0957b409SSimon J. GerratyLDDLL = clang
12