From owner-cvs-all Sat Jan 16 11:58:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16230 for cvs-all-outgoing; Sat, 16 Jan 1999 11:58:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16225 for ; Sat, 16 Jan 1999 11:58:07 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.2/8.9.2/Netplex) with ESMTP id DAA02446; Sun, 17 Jan 1999 03:57:52 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199901161957.DAA02446@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: John Polstra cc: committers@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/gcc gcc.c In-reply-to: Your message of "Sat, 16 Jan 1999 10:45:39 PST." <199901161845.KAA16957@vashon.polstra.com> Date: Sun, 17 Jan 1999 03:57:52 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra wrote: > In article <199901160851.AAA22193@freefall.freebsd.org>, > Peter Wemm wrote: > > Modified files: > > contrib/gcc gcc.c > > Log: > > a.out is default > > > > Revision Changes Path > > 1.8 +0 -4 src/contrib/gcc/gcc.c > > You really meant, "Change the default to ELF." Right? Err, ahh, yeah... :-) Basically, we used to change the default between a.out and elf based on #ifdef FREEBSD_AOUT, which was set in Makefile.inc. I removed the gunk for doing this, leaving ELF as the default. :-) > John Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message