summaryrefslogtreecommitdiffstats
path: root/package/perl-libwww-perl
diff options
context:
space:
mode:
authorValentin Korenblit <valentin.korenblit@smile.fr>2018-05-30 13:46:51 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-06-01 18:24:18 +0200
commit71b3df1cbbfeb69d9f9a39af9a1ae5722215a9a3 (patch)
tree2e9c45062e5cf1981eaf4abbb01986a94e704738 /package/perl-libwww-perl
parent09ebf6f316e108dcbce0bde89699937e68dee325 (diff)
downloadbuildroot-71b3df1cbbfeb69d9f9a39af9a1ae5722215a9a3.tar.gz
buildroot-71b3df1cbbfeb69d9f9a39af9a1ae5722215a9a3.zip
package/clang: fix host-clang binaries
This patch fixes the following error when trying to execute clang compiler (host-variant): CommandLine Error: Option 'x86-use-base-pointer' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options The same happens for the other binaries, such as clang-format: ./clang-format : CommandLine Error: Option 'help-list' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options Clang binaries are tools, and given that DLLVM_LINK_LLVM_DYLIB is set, they are linked against libLLVM.so. The problem is that binaries are also linking against some LLVM static libraries, resulting in the error shown above. However, it is not the same case for libclang, which is also a tool but links only against libLLVM.so. To fix this problem, add LLVM_DYLIB_COMPONENTS=all. Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr> Tested-by: Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/perl-libwww-perl')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud