From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stallman To: oliva@dcc.unicamp.br Cc: kenner@vlsi1.ultra.nyu.edu, gcc2@cygnus.com, egcs@cygnus.com Subject: Re: Proposal for new organization of gcc Date: Sun, 11 Jan 1998 18:24:00 -0000 Message-id: <199801120054.RAA07984@wijiji.santafe.edu> References: <9801082336.AA26988@vlsi1.ultra.nyu.edu> X-SW-Source: 1998-01/msg00291.html <---- gcc-3.0.tar.gz ----> gcs-3.0/configure it picks up information from the various languages front-ends and builds Makefile that will build them all. It checks whether the bkend ... I think this is more or less what Kenner is already planning. Whether the back end files are at top level or in a subdirectory called bkend or backend doesn't seem like a major issue to me; either way is probably ok. <---- gcs-c.3.0.tar.gz ----> The C front end can be in a separate subdirectory, but it has to be in the base tar file. Everyone needs to build the C front end so as to be able to bootstrap. And cpp is needed for multiple languages (at least C++ and Objective C, but maybe others), so it has to be in the base tar file too. Renaming GCC to GCS might be a good idea, since it is not just a C compiler any more.