From owner-freebsd-amd64@FreeBSD.ORG Sun Feb 22 16:27:52 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FBFD16A4CE for ; Sun, 22 Feb 2004 16:27:52 -0800 (PST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2061143D1D for ; Sun, 22 Feb 2004 16:27:52 -0800 (PST) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (dsl-213-023-058-162.arcor-ip.net [213.23.58.162]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id A2BA6929749 for ; Mon, 23 Feb 2004 01:27:47 +0100 (CET) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.10/8.12.10) with ESMTP id i1N0Rkhw065643 for ; Mon, 23 Feb 2004 01:27:47 +0100 (CET) (envelope-from mailnull@kemoauc.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.10/8.12.10/Submit) id i1N0Rkki065642 for freebsd-amd64@freebsd.org; Mon, 23 Feb 2004 01:27:46 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Mon, 23 Feb 2004 00:27:46 +0000 (UTC) Message-ID: References: <4CC57F17-64E9-11D8-ACAA-000A95BAD088@raisdorf.net> <200402220033.01795.peter@wemm.org> <20040222185208.GA53610@dhcp01.pn.xcllnt.net> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-amd64@freebsd.org Subject: Re: CFLAGS+= -fPIC per default? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 00:27:52 -0000 Marcel Moolenaar wrote: > I think it was Christian who asked why -fPIC was not the default > and I think it's a good question. No. All shared libraries, dynamically loaded modules, and the like should be built with -fPIC, independent of architecture. If some of them are currently not, then the respective ports are broken. -- Christian "naddy" Weisgerber naddy@mips.inka.de