From owner-freebsd-current@FreeBSD.ORG Fri Feb 18 17:52:35 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 1820616A4E3 for ; Fri, 18 Feb 2005 17:52:35 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E337D43D46 for ; Fri, 18 Feb 2005 17:52:34 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id D736972DD4; Fri, 18 Feb 2005 09:52:34 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id D50B372DCB; Fri, 18 Feb 2005 09:52:34 -0800 (PST) Date: Fri, 18 Feb 2005 09:52:34 -0800 (PST) From: Doug White To: Alexander Leidinger In-Reply-To: <20050218132054.mzsbi4yhzc4gcwck@netchild.homeip.net> Message-ID: <20050218094758.V59283@carver.gumbysoft.com> References: <20050218132054.mzsbi4yhzc4gcwck@netchild.homeip.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: 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 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 17:52:35 -0000 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 > needed for linking "gcc -static" compiles (and icc references it in static > C++ compiles only)... but maybe not on FreeBSD. 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. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org