Subject: GCC integration questions
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Noel Cragg <noel@cs.oberlin.edu>
List: current-users
Date: 05/22/1994 15:25:57
Has the possibility of using GCC as-distributed been entertained? GCC
doesn't need GNU make, so it should be possible to write some rules
for the Makefile a level above that do the right thing.
It seems to me that this kind of drop-in friendliness would be good
for the project. That way, we could upgrade painlessly to new
versions of the C compiler without major headaches. Just unpack the
source and make a link from (for example) gcc-2.5.8 to cc. Similar
things could be done for the assembler and the linker.
The rules could be as simple as:
./configure `arch`-netbsd --prefix /usr
make
If the appropriate possibilities (hp300-netbsd, i386-netbsd,
pmax-netbsd, etc.) do not exist in config.sub (the file that configure
uses to determine which header files and machine descriptions to use),
I can add them so that they're included in subsequent distributions.
I apologize if this question has already been posed and answered; I
am, however, new to this group (and OS).
-N
--
Noel Cragg \\ 283 North Main Street \\ Oberlin OH 44074-1119 \\ 216/774-3140
noel@cs.oberlin.edu \\ noel@gnu.ai.mit.edu
------------------------------------------------------------------------------