8 Oct
2011
8 Oct
'11
4:20 p.m.
2011/10/8 rafael ff1 <rafael.f.f1@gmail.com>:
2011/10/8 trya <tryagainprod@gmail.com>:
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.