This is the mail archive of the gcc-patches@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]

Re: PATCH to avoid building unwanted langs/compilers (was: Re: Nonew 4th PATCH yet)


On Sat, 14 Nov 1998, Manfred Hollstein wrote:
> OK, this  is the 4th  (and my  final)  attempt to  implement a way "to
> avoid, that compilers and runtime libraries  will be built, although I
> never intend to use them".

For me this patch appears okay.

The only thing we ought to check is the documentation. I have had a look
at the web pages (especially the install tree, which becomes the INSTALL
subdirectory in distributions) and there no changes are required.

>>    Re-defining LANGUAGES when calling "make bootstrap" *does not* work
>>    anymore, as those language sub-directories might not have been
>>    configure'd!

Just an idea: We could save LANGUAGES during configure and then, during
bootstrap for example, verify that
 o LANGUAGES is not set; or
 o LANGUAGES is set to the same value as during configure
and print a warning else.

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/




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