make buildworld ERROR in RELENG_5 with WITH_LIB32 (amd64)
Sean McNeil
sean at mcneil.com
Tue Mar 15 00:48:27 PST 2005
On Tue, 2005-03-15 at 09:42 +0100, Alexander Konovalenko wrote:
>
>
> Hello!
>
> I am having a trouble to buildworld on my AMD64. Fresh update to RELENG_5 did
> not help. I
>
> I have WITH_LIB32=yes in /etc/make.conf, is this functionality broken?
>
> Without lib32 buildworld works just fine.
This has been discussed before. You are trying to compile with
optimization -O2 and it isn't supported. You'll have to remove any
custom settings of CFLAGS in your /etc/make.conf. Also, there are bugs
in the current amd64 compiler version that prevent proper functionality
at -O2.
Sean
More information about the freebsd-amd64
mailing list