cvs commit: ports/audio/nas Makefile distinfo ports/audio/nas/files patch-ae patch-ag patch-useXt patch-warnings

Mikhail Teterin mi+kde at aldan.algebra.com
Mon Oct 10 21:16:35 PDT 2005


On Monday 10 October 2005 07:15 pm, Kris Kennaway wrote:
= >           2) Use -fPIC for shared objects only on sparc64 -- on other
= >              platforms use -fpic.
= 
= Shouldn't this be the case on amd64 and ia64 too?

Not according to bsd.lib.mk:

	.if ${MACHINE_ARCH} == "sparc64"
	PICFLAG=-fPIC
	.else
	PICFLAG=-fpic
	.endif

The issue is not 64-bit, but Sparc-specific. My main machine is amd64,
BTW.

	-mi



More information about the cvs-all mailing list