From 040bba68fc5e06414176f8e7887c83be20dab0f0 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 13 Sep 2013 12:53:50 +0200
Subject: Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' =
 ['gcc', 'clang']; Use 'gcc.compat.compiler' for all gcc based compiler/linker
 definitions.

---
 make/lib/gluegen-clang.properties | 1 +
 1 file changed, 1 insertion(+)
 create mode 100755 make/lib/gluegen-clang.properties

(limited to 'make/lib/gluegen-clang.properties')

diff --git a/make/lib/gluegen-clang.properties b/make/lib/gluegen-clang.properties
new file mode 100755
index 0000000..bbb77ae
--- /dev/null
+++ b/make/lib/gluegen-clang.properties
@@ -0,0 +1 @@
+gcc.compat.compiler=clang
-- 
cgit v1.2.3