Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2005 17:37:48 -0400 (EDT)
From:      Mikhail Teterin <mi@corbulon.video-collage.com>
To:        scottl@samsco.org (Scott Long)
Cc:        amd64@FreeBSD.org
Subject:   Re: mozilla's install hanging on amd64
Message-ID:  <200504102137.j3ALbm0h079084@corbulon.video-collage.com>
In-Reply-To: <42599271.2090509@samsco.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Well, my /etc/make.conf was empty. It's always a good idea to remove
> non-standard and un-supported compiler options when encountering
> problems.

As far as optimization is concerned, I had the same problem after
rebuilding the entire Mozilla with -O. This information was in my
original e-mail, that started this thread.

Regarding the CPU-targeting (-march=opteron) -- this is not
"non-standard" nor "un-supported" -- setting CPUTYPE in /etc/make.conf
has long been the recommended way to go, as exemplified in

	/usr/share/examples/etc/defaults/make.conf

and bsd.cpu.mk -- this is where actual -march=XXX is added to compiler
flags.

If Mozilla port can't handle this, than it is broken and needs fixing
:-(

	-mi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504102137.j3ALbm0h079084>