Added AES+GHASH implementation using AES-NI opcodes; also ARM-Thumb assembly for...
[BearSSL] / conf / UnixClang.mk
diff --git a/conf/UnixClang.mk b/conf/UnixClang.mk
new file mode 100644 (file)
index 0000000..331f4a8
--- /dev/null
@@ -0,0 +1,9 @@
+# Example configuration file for compiling on a Unix-like system with
+# clang as compiler instead of gcc.
+
+# We are on a Unix system so we assume a Single Unix compatible 'make'
+# utility, and Unix defaults.
+include conf/Unix.mk
+
+BUILD = bclang
+CC = clang