From owner-freebsd-commit Thu Feb 1 16:22:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14089 for freebsd-commit-outgoing; Thu, 1 Feb 1996 16:22:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14029 for cvs-all-outgoing; Thu, 1 Feb 1996 16:22:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14016 for cvs-lib-outgoing; Thu, 1 Feb 1996 16:22:02 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA13983 Thu, 1 Feb 1996 16:21:36 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id IAA17373; Fri, 2 Feb 1996 08:20:48 +0800 (WST) Message-Id: <199602020020.IAA17373@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: John Polstra cc: nate@sri.MT.net, CVS-committers@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-reply-to: Your message of "Thu, 01 Feb 1996 15:15:50 PST." <199602012315.PAA29370@austin.polstra.com> Date: Fri, 02 Feb 1996 08:20:47 +0800 From: Peter Wemm Sender: owner-commit@freebsd.org Precedence: bulk >Peter wrote: >> >> I think this will solve the problem... > >I think it will, too. But, why do you want to solve the problem by >adding 4 lines to the Makefile, when you could solve it instead by >removing 2 lines?? The only thing I was wondering about was if anything in "lib" had c++t0.o linked into it... It doesn't look like it, but it nearly was a while ago... >-- John Cheers, -Peter