summaryrefslogtreecommitdiffstats
path: root/make/lib
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-17 13:29:39 +0100
committerSven Gothel <[email protected]>2013-11-17 13:29:39 +0100
commitbcae9ec99e62f144b4c96ede2fbd37f07401f484 (patch)
tree6cb7dd83f5958499b971c74d0fc66c7230b9eb09 /make/lib
parente0877095c24f08fe1e5fc0391edf26392d1b6206 (diff)
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang ; Add GNU/Linux LLVM/clang build scripts
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang. Add GNU/Linux LLVM/clang build scripts
Diffstat (limited to 'make/lib')
-rwxr-xr-xmake/lib/gluegen-clang.properties2
-rwxr-xr-xmake/lib/gluegen-xcode_clang.properties1
2 files changed, 2 insertions, 1 deletions
diff --git a/make/lib/gluegen-clang.properties b/make/lib/gluegen-clang.properties
index 7526552..bbb77ae 100755
--- a/make/lib/gluegen-clang.properties
+++ b/make/lib/gluegen-clang.properties
@@ -1 +1 @@
-gcc.compat.compiler=xcode.clang
+gcc.compat.compiler=clang
diff --git a/make/lib/gluegen-xcode_clang.properties b/make/lib/gluegen-xcode_clang.properties
new file mode 100755
index 0000000..7526552
--- /dev/null
+++ b/make/lib/gluegen-xcode_clang.properties
@@ -0,0 +1 @@
+gcc.compat.compiler=xcode.clang