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: Accept blanks as language separators


On , 1 August 2000, 13:26:19 -0300, aoliva@redhat.com wrote:

> On Aug  1, 2000, Manfred Hollstein <manfredh@redhat.com> wrote:
> 
> > You also need to reflect this in gcc/configure.in then.
> 
> gcc/configure.in `tr's blanks to commas.  I hadn't seen that before,
> so I thought only commas were acceptable.

Well, they are. Blanks will only be converted into commas, when
${LANGUAGES} is used because no --enable-languages=whatever was
specified, but LANGUAGES was; otherwise, ${enable_languages} is
used literally.

Cheers, manfred.

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