-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
bug reportSomething is not working properlySomething is not working properlyhelp wantedHelp is wanted in order to solve the issueHelp is wanted in order to solve the issueinactiveNo activity in a certain period of timeNo activity in a certain period of time
Description
Cross compiling llvm builds a native (host=build) version of llvm-config as a make step. But in termux, this is not the case. The native llvm-config is built for target host.
The native build takes place in $TERMUX_PKG_BUILDDIR/NATIVE. I was unable to find the root cause, but, the native build also uses $TERMUX_STANDALONE_TOOLCHAIN/bin/clang++. I suspect that this may be a bug in the cross compilation mechanism of cmake itself.
This is required to build rustc and other packages dependent on llvm-config.
Metadata
Metadata
Assignees
Labels
bug reportSomething is not working properlySomething is not working properlyhelp wantedHelp is wanted in order to solve the issueHelp is wanted in order to solve the issueinactiveNo activity in a certain period of timeNo activity in a certain period of time