How to determine host value for configure when using cross compiler
General question: If I use a cross compiler, how can I tell the value of the "--host" option I should give when I run configure? Specific: I'm using cross compiler for arm64 arch. What is the correct "--host" value to use? vinay hunachyal If I use a cross compiler, how can I tell the value of the --host option I should give when I run ./configure ? Three machines must be distinguished when discussing toolchain creation The build machine , where the toolchain is built. The host machine , where the toolchain will be executed. The target machine , where the binaries created by the toolchain are