From owner-cvs-all@FreeBSD.ORG Thu Mar 18 20:20:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F2316A4CE; Thu, 18 Mar 2004 20:20:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C63043D39; Thu, 18 Mar 2004 20:20:12 -0800 (PST) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2J4KCGe015120; Thu, 18 Mar 2004 20:20:12 -0800 (PST) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2J4KCAH015119; Thu, 18 Mar 2004 20:20:12 -0800 (PST) (envelope-from maho) Message-Id: <200403190420.i2J4KCAH015119@repoman.freebsd.org> From: Maho Nakata Date: Thu, 18 Mar 2004 20:20:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/pymol Makefile ports/math/atlas Makefile ports/math/atlas-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 04:20:12 -0000 maho 2004/03/18 20:20:12 PST FreeBSD ports repository Modified files: biology/pymol Makefile math/atlas Makefile math/atlas-devel Makefile Log: Backout previous change of PICFLAG, since behaviour of -fPIC and -fpic are different. Here is the comment form obrien: -- "-fpic" is a [minor?] optimization for machines that can handle it: -fpic Generate position-independent code (PIC) suitable for use in a shared library, if supported for the target machine. Such code accesses all constant addresses through a global offset table (GOT). The dynamic loader resolves the GOT entries when the program starts (the dynamic loader is not part of GCC; it is part of the operating system). If the GOT size for the linked executable exceeds a machine-specific maximum size, you get an error message from the linker indicating that -fpic does not work; in that case, recompile with -fPIC instead. (These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the m68k and RS/6000. The 386 has no such limit.) -fPIC If supported for the target machine, emit position-independent code, suitable for dynamic linking and avoiding any limit on the size of the global offset table. This option makes a difference on the m68k, m88k, and the SPARC. Thanks to: obrien Revision Changes Path 1.15 +6 -0 ports/biology/pymol/Makefile 1.13 +6 -0 ports/math/atlas-devel/Makefile 1.20 +6 -0 ports/math/atlas/Makefile