cvs commit: ports/biology/pymol Makefile distinfo pkg-plist ports/biology/pymol/files patch-Rules.make patch-setup+pymol+com+linux-rh7x

Kris Kennaway kris at obsecurity.org
Thu Mar 18 15:10:45 PST 2004


On Fri, Mar 19, 2004 at 08:12:48AM +0900, Nakata Maho wrote:
> In Message-ID: <20040317111525.GA62305 at xor.obsecurity.org> 
> Kris Kennaway <kris at obsecurity.org> wrote:
> 
> > On Wed, Mar 17, 2004 at 02:47:29AM -0800, Maho Nakata wrote:
> > 
> > > | +.if !defined(PICFLAG)
> > > | +.if ${MACHINE_ARCH} == "sparc64"
> > > | +PICFLAG=-fPIC
> > > | +.else
> > > | +PICFLAG=-fpic
> > > | +.endif
> > > | +.endif
> > 
> > As far as I understand, there's no need to treat these differently:
> > -fPIC is appropriate on all architectures.
> 
> Wow, thanks!
> Committed to math/atlas, math/atlas-devel, biology/pymol

Actually...obrien followed up to my mail and pointed out that -fpic is
a minor optimization over -fPIC when you can get away with it.  That
depends on the architecture and the program, so it needs to be tested.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040318/05ff2961/attachment.bin


More information about the cvs-all mailing list