2011/10/8 rafael ff1 <[email protected]>: > 2011/10/8 trya <[email protected]>: >> Here is a correct implementation : >> http://pastie.org/private/3bikdhmwvjrvkvya9l7qa >> > > Interesting. Neve seen this 'i386' in PKGUBILDs before. What is the > difference between that and ' --libdir=/usr/lib32 CC='gcc -m32' ' ? >
It's almost the same thing as linux32, it's a shortcut for "setarch i386". When run along with a configure script, it permits to trick the build system if it verifies the architecture of the host and to be almost certain to build 32-bit binaries. This isn't a necessary step to compile multilib libraries.
