summaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-common/llvm-config
diff options
context:
space:
mode:
authorKalle Viironen <kalle.viironen@digia.com>2014-02-03 13:43:33 +0200
committerKalle Viironen <kalle.viironen@digia.com>2014-02-03 13:43:45 +0200
commit9267402ba44b7a68f871a6161736732e78d6c04d (patch)
treedb194934f710eb905d36dbd4ef7406680c15342c /recipes/llvm/llvm-common/llvm-config
parent43102d40e3d72d8ec26e243a3cf8584dd4336cfe (diff)
parent4caaf27fd9b82092b0e4f378806be348b9aa61fe (diff)
downloadmeta-boot2qt-9267402ba44b7a68f871a6161736732e78d6c04d.tar.gz
Merge branch 'dev' into stable
Change-Id: If10d6f6512c79e1ede5a308a100e7f43b757a3ab
Diffstat (limited to 'recipes/llvm/llvm-common/llvm-config')
-rw-r--r--recipes/llvm/llvm-common/llvm-config10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/llvm/llvm-common/llvm-config b/recipes/llvm/llvm-common/llvm-config
deleted file mode 100644
index a9a416d..0000000
--- a/recipes/llvm/llvm-common/llvm-config
+++ /dev/null
@@ -1,10 +0,0 @@
1#!/bin/sh
2# Wrapper script for real llvm-config. Simply calls
3
4if [ $WANT_LLVM_RELEASE ]; then
5 exec `dirname $0`/${TARGET_PREFIX}llvm-config$WANT_LLVM_RELEASE ${@}
6else
7 echo "The variable WANT_LLVM_RELEASE is not defined and exported"
8 echo "by your build recipe. Go figure."
9 exit 1
10fi