I have to compile ncftp client source code on 64 bit architecture to create 32 bit binaries. I don't have admin rights to place 32 bit libraries for compiling it with CFLAG= -m32. How can I do it without any system environment changes.Only by using makefile or toolchain changes to perform cross compilation.
↧