diff options
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm-common/llvm-config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm-common/llvm-config b/meta-oe/recipes-core/llvm/llvm-common/llvm-config index a9a416d93..b0f33c8d6 100644 --- a/meta-oe/recipes-core/llvm/llvm-common/llvm-config +++ b/meta-oe/recipes-core/llvm/llvm-common/llvm-config | |||
@@ -4,7 +4,8 @@ | |||
4 | if [ $WANT_LLVM_RELEASE ]; then | 4 | if [ $WANT_LLVM_RELEASE ]; then |
5 | exec `dirname $0`/${TARGET_PREFIX}llvm-config$WANT_LLVM_RELEASE ${@} | 5 | exec `dirname $0`/${TARGET_PREFIX}llvm-config$WANT_LLVM_RELEASE ${@} |
6 | else | 6 | else |
7 | echo "The variable WANT_LLVM_RELEASE is not defined and exported" | 7 | echo "To use llvm-common WANT_LLVM_RELEASE needs to be exported." |
8 | echo "by your build recipe. Go figure." | 8 | echo "For example if this is being called through a recipe:" |
9 | exit 1 | 9 | echo "export WANT_LLVM_RELEASE=\"3.3\"" |
10 | exit 1 | ||
10 | fi | 11 | fi |