This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: whither specs?
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoff Keating <geoffk at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 10 Jun 2002 13:33:30 -0400
- Subject: Re: whither specs?
>>>>> Geoff Keating writes:
Geoff> - Do we still want to have the 'specs' file in $(gcc_tooldir)? It's
Geoff> now redundant unless the user edits it, since the driver generated
Geoff> it in the first place. I guess the real question is, "do we want
Geoff> to support the user changing this file?" Is there a better way we
Geoff> could support the functionality that people try to get by changing
Geoff> this file?
Installing the specs file and having the compiler use it if it
exists (as opposed to the internal specs), definitely helps users who need
to tweak binary installations. It gives users the ability to modify at
least that part of the compiler after installation without rebuilding the
compiler.
I am not saying that specs is great, but being able to fix
something in the time it takes to edit a text file is a lot easier than
rebuilding and reinstalling GCC.
David