From owner-freebsd-current@FreeBSD.ORG Fri Feb 18 19:42:15 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE1B16A4CE for ; Fri, 18 Feb 2005 19:42:15 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EEB43D39 for ; Fri, 18 Feb 2005 19:42:15 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1IJgE5Y016011; Fri, 18 Feb 2005 11:42:14 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1IJgDMG016010; Fri, 18 Feb 2005 11:42:13 -0800 (PST) (envelope-from obrien) Date: Fri, 18 Feb 2005 11:42:13 -0800 From: "David O'Brien" To: Doug White Message-ID: <20050218194213.GB9115@dragon.nuxi.com> References: <20050218132054.mzsbi4yhzc4gcwck@netchild.homeip.net> <20050218094758.V59283@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050218094758.V59283@carver.gumbysoft.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Alexander Leidinger cc: freebsd-current@freebsd.org Subject: Re: Questions related to our use of crtbegin{,S,T}.o X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 19:42:15 -0000 On Fri, Feb 18, 2005 at 09:52:34AM -0800, Doug White wrote: > On Fri, 18 Feb 2005, Alexander Leidinger wrote: > > I'm investigating an issue in icc regarding crtbeginT.o. We don't have this, > > but based upon reading /usr/src/contrib/gcc/Makefile.in it seems to be .. > That makefile is not used so you're looking in the wrong spot. :) Thats > the one that ships from the vendor, which we retain for completeness, but > the actual build Makefile is in src/gnu/usr.bin/cc. src/gnu/lib/csu actually. -- -- David (obrien@FreeBSD.org)