Re: [Dovecot] v2.0.0 released
The is ye ol'production Solaris 8 and thus Sun Studio 11 is needed. Problem solved simply by using GCC 4.5.1 from Blastwave ( of course ).
Question for you: why would you use -m32 with an -xarch=sparcvis2 ? Why not go for greatest possible portability and range of processors with something like this :
CFLAGS=-m32 -Qy -Xa -xbuiltin=%none -xnolibmil -xnolibmopt -xcode=pic32 -xildoff -xregs=no%appl -xs -xstrconst -D_TS_ERRNO
If you feel like some optimization then chuck in -xO3 and -xdepend however I'd test the resultant bins from a basic compile first.
Just my 0.02
-- Dennis Clarke dclarke@opensolaris.ca <- Email related to the open source Solaris dclarke@blastwave.org <- Email related to open source for Solaris
On 8/16/10 8:38 PM, Dennis Clarke wrote:
Oh. Eeeew. :)
Problem solved simply by using GCC 4.5.1 from Blastwave ( of course ).
I wonder how GCCFSS would do. Will it even run under Solaris 8?
Because I don't intend to run it on a range of processors. =)
Fair enough, and I appreciate your advice. My goal in this case is to generate the fastest binaries possible on the machine it's being built on, which is identical to the machine it's going to be run on. There's zero need for portable binaries in this particular installation.
-Dave
-- Dave McGuire Port Charlotte, FL
participants (2)
-
Dave McGuire
-
Dennis Clarke