mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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:
committed by
Martin Jansa
parent
a3ccaa1009
commit
8b9c1d2213
@@ -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 = ""
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user