Date: Fri, 28 Oct 2011 22:30:40 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Dominic Fandrey <kamikaze@bsdforen.de> Cc: freebsd-current@freebsd.org Subject: Re: 9.0 RC1 linking problem with i386 libs on amd64 Message-ID: <4EAB10F0.9010606@FreeBSD.org> In-Reply-To: <4EAB0D53.7090000@bsdforen.de> References: <4EA80BD3.7000202@bsdforen.de> <4EA81B90.60501@FreeBSD.org> <4EAABF2E.3030709@bsdforen.de> <4EAAF228.1060000@FreeBSD.org> <4EAB0D53.7090000@bsdforen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EAB10F0.9010606>
