This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: whither specs?


>>>>> "Geoff" == Geoff Keating <geoffk@geoffk.org> writes:

Geoff> - Do we want to keep supporting the -specs= command-line switch?  If
Geoff>   we could come up with another mechanism for the things that people
Geoff>   usually use this for, we could mark it as `obsolete' for GCC 3.2.

Geoff> - Do we like to use specs internally?

libgcj uses specs and the -specs= switch.  This isn't an actual
requirement, in that it could be switched to any mechanism that keeps
things working.  I think it is definitely easier for us to have a text
file for this sort of thing than to build it into gcj itself.  Also it
is a bit nicer to have all the configury code in libgcj, near where it
is used, than to have it in gcc.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]