llvm: disable build rpath

This avoids QA Issue where tblgen has an rpath to lib in the shadow
build directory.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Jonathan Liu
2013-05-29 03:46:08 +00:00
committed by Martin Jansa
parent a3ccaa1009
commit 8b9c1d2213
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ EXTRA_OECMAKE = "\
-DLLVM_ENABLE_ASSERTIONS:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_SKIP_BUILD_RPATH:BOOL=ON \
"
# We need to reset this to avoid breakage as we build out of tree
TOOLCHAIN_OPTIONS = ""
+1
View File
@@ -34,6 +34,7 @@ EXTRA_OECMAKE = "\
-DLLVM_ENABLE_ASSERTIONS:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_SKIP_BUILD_RPATH:BOOL=ON \
"
LLVM_RELEASE = "2.9"