Closed
Description
I am building NodeJS for ARMv7 on a x86_64 linux machine. I noticed that torque is compiled for x86, though running a 64bit system. It is no problem for my desktop system where I can install a multilib libstc++, however this is a bit ugly for our build environment.
So I wondered in general whether there is actual any requirement to build torque in 32bit, since it is a host tool anyway. Is this really required (maybe because I am cross compiling for 32bit ARM) or is it just a build system limitation?