Date: Tue, 11 Oct 2005 00:16:32 -0400 From: Mikhail Teterin <mi+kde@aldan.algebra.com> To: Kris Kennaway <kris@obsecurity.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/nas Makefile distinfo ports/audio/nas/files patch-ae patch-ag patch-useXt patch-warnings Message-ID: <200510110016.33048@aldan> In-Reply-To: <20051010231511.GA45883@xor.obsecurity.org> References: <200510101949.j9AJnZd6046892@repoman.freebsd.org> <20051010231511.GA45883@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510110016.33048>