Skip to content
Commit 4fe750a9 authored by Jacob Stiffler's avatar Jacob Stiffler Committed by Armin Kuster
Browse files

llvm: correct fix for the multilib libdir



* If llvm.inc is used for native and nativesdk class packages, the
  resulting llvm-config is broken since "${base_libdir}" is prefixed
  with the full patch to sysroot
* Replace "/lib" with "/${baselib}" instead of "${base_libdir}" as
  "${base_libdir}" is the full path and "${baselib}" is the name of
  the multilib directory.

Signed-off-by: default avatarJacob Stiffler <j-stiffler@ti.com>
Acked-by: default avatarDenys Dmytriyenko <denys@ti.com>
Tested-by: default avatarDenys Dmytriyenko <denys@ti.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
parent b7cbd447
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment