svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86/...

M. Warner Losh imp at bsdimp.com
Mon Mar 1 16:05:12 UTC 2010


In message: <20100301092144.GS2489 at deviant.kiev.zoral.com.ua>
            Kostik Belousov <kostikbel at gmail.com> writes:
: -m32 is not a hack, it is a standard feature on Linux and Solaris,
: allowing to build both 32 and 64 bit binaries in the host environment,
: not going to cross-compilation or chroot. It is very much missing on
: the FreeBSD.

Having thought about it, I can see how we can make it work, so I
withdraw my 'hack' statement.  You're right.

On Solaris and Linux, how well does autoconf cope with using CC="cc
-m32"?  I've had issues with similar constructs on MIPS to select
diffrent word sizes or ABIs.

: Merged x86 tree is ortoghonal to this feature.

Yes, that's a much better way of saying what I was trying to say.

Warner


More information about the svn-src-head mailing list