From owner-freebsd-current Wed Aug 7 15:07:37 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12708 for current-outgoing; Wed, 7 Aug 1996 15:07:37 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA12702 for ; Wed, 7 Aug 1996 15:07:33 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id IAA05942; Thu, 8 Aug 1996 08:04:31 +1000 Date: Thu, 8 Aug 1996 08:04:31 +1000 From: Bruce Evans Message-Id: <199608072204.IAA05942@godzilla.zeta.org.au> To: gibbs@freefall.freebsd.org, nate@mt.sri.com Subject: Re: Whither gcc 2.7? Cc: current@FreeBSD.org, peter@spinner.dialix.com, phk@critter.tfs.com, rgrimes@gndrsh.aac.dev.com Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Why not import the whole thing but only distribute the i386 code by >default? We can easily setup additional CVSup targets for the non >i386 portions of the compiler for people interested in cross compiling >or working on a new port. To begin with, the non-i386 parts of gcc-2.7.2 are less than 1/3 of the total: config/i386 597 K config/other 7494 ChangeLog* 3792 gcc.info* 1209 cpp.info* 113 texinfo.tex 152 # we have only 1 copy of this (in amd/doc :-() ginclude 85 objc 202 cp 3066 *.texi 1295 *.1 137 *.[chy] 8771 # not counting subdirectories other 1406 ----- total 28319 Bruce