[SOLVED] What does mean "host" at llvm's SlackBuild?
by slac from LinuxQuestions.org on (#5SQE4)
What does mean "host"? I guess it is something related to the host where it is being build in (?)
https://slackware.uk/slackware/slack...lvm.SlackBuild
Code:...
-DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
...I want to be sure: Does "host" change its value if two processors are amd64 (x86_64) but one is Intel and the other AMD? If so, what would be the explicit values to be put there? I only saw X86 as explicit value in a list, but is not that one 32bits?
https://slackware.uk/slackware/slack...lvm.SlackBuild
Code:...
-DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
...I want to be sure: Does "host" change its value if two processors are amd64 (x86_64) but one is Intel and the other AMD? If so, what would be the explicit values to be put there? I only saw X86 as explicit value in a list, but is not that one 32bits?