9.0 RC1 linking problem with i386 libs on amd64

Dimitry Andric dim at FreeBSD.org
Fri Oct 28 20:30:38 UTC 2011


On 2011-10-28 22:15, Dominic Fandrey wrote:
...
>> This latter problem is what my patch attempts to fix, while changing as
>> little as possible.
>
> An alternative is to pass __MAKE_CONF=/dev/null to the 32-bit stage.
> That should also work in the environment, see make.conf(5)

The problem with this, is that you then skip *all* settings and logic in
make.conf, which might not be what you want...

The only variables that are specifically overridden for the build32
stage are CC, CXX, AS and LD, so those are the only ones whose value
from make.conf needs to be 'ignored' in that stage.


More information about the freebsd-current mailing list