From owner-cvs-all@FreeBSD.ORG Wed Dec 1 09:10:37 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 0471B16A4CE for ; Wed, 1 Dec 2004 09:10:37 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7763A43D55 for ; Wed, 1 Dec 2004 09:10:36 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so635211rnf for ; Wed, 01 Dec 2004 01:10:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HGBr+R+LTifjNifLIAOJ/b5KQu+G2uFu+iu8ZlE4F2PQ9pKmIxOnXlv2LWx41nNc3pocK/D1e7QX1bgDu9fIJhZ1cnUUoUzDelvq7dluTFFtfSeZJ+/g9P4W3ZfeUsLS+SidAgBI3s9Lzz7SE0cr+B8H9QFdp9VBSNfs0cIZ5aY= Received: by 10.38.82.2 with SMTP id f2mr132953rnb; Wed, 01 Dec 2004 01:10:31 -0800 (PST) Received: by 10.38.89.28 with HTTP; Wed, 1 Dec 2004 01:10:31 -0800 (PST) Message-ID: Date: Wed, 1 Dec 2004 01:10:31 -0800 From: Pascal Hofstee To: Peter Wemm In-Reply-To: <200411292351.iATNpSgS039788@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200411292351.iATNpSgS039788@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/lib/libobjc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:10:37 -0000 On Mon, 29 Nov 2004 23:51:28 +0000 (UTC), Peter Wemm wrote: > peter 2004-11-29 23:51:28 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > gnu/lib/libobjc Makefile > Log: > MFC: Turn libobjc.so on for amd64. GNUstep needs it, for example. The > original reason libobjc.so was disabled has almost been lost in time. > > PR: 71674 > Submitted by: Pete French > > Revision Changes Path > 1.20.2.1 +6 -1 src/gnu/lib/libobjc/Makefile I adjusted my Makefile locally to also enable this for i386, and have since done a complete rebuild of my previous GNUstep installation. I do not detect any performance problems while running any GNUstep application now linked with the libobjc.so.1 instead of the previous libobjc.a ... so in my opinion (and at least one of the gcc-devs ... pinskia on Freenode's #GNUstep) there should not really be any reason any longer to not revert this change for at least i386 and possibly remove the NOPIC case alltogether ... (also future gcc's should have this enabled on default now according to pinskia) I don't have any real insight into the actual internals here ... so i am solely judging from my user experience ... (on a P2 400 MHz) ... -- With kind regards, Pascal Hofstee