This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author trent
Recipients eric.araujo, jkloth, loewis, trent
Date 2012-09-18.18:37:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347993448.46.0.389953521918.issue15963@psf.upfronthosting.co.za>
In-reply-to
Content
Solaris 10 release (i.e. optimized) build requires the following:

../../src/configure --without-gcc CFLAGS="-v -fsimple=0 -m64 -mt=yes -xbuiltin -xhwcprof -xF -xarch=native -xchip=native -fma=fused -g -xO5 -xlibmil -xlibmopt -xmemalign=8s -xregs=frameptr -xtarget=native -xbuiltin=%all -library=sunperf" CPPFLAGS="-IInclude" OPT="" LDFLAGS="-v  -fsimple=0 -m64 -mt=yes -xbuiltin -xhwcprof -xF -xarch=native -xchip=native -fma=fused -g -xO5 -xlibmil -xlibmopt -xmemalign=8s -xbuiltin=%all -xregs=frameptr -xtarget=native -library=sunperf" CC=/opt/solarisstudio12.3/bin/cc 

(Due to indirect linker invocation via cc, I'm purposely duplicating CFLAGS <-> LDFLAGS for now.  I'll refine later.)
History
Date User Action Args
2012-09-18 18:37:28trentsetrecipients: + trent, loewis, jkloth, eric.araujo
2012-09-18 18:37:28trentsetmessageid: <1347993448.46.0.389953521918.issue15963@psf.upfronthosting.co.za>
2012-09-18 18:37:27trentlinkissue15963 messages
2012-09-18 18:37:27trentcreate