Re: [config PATCH] --enable-languages

2017-06-10 Thread Gerald Pfeifer
On Wed, 24 May 2017, Nathan Sidwell wrote: Thus: configure: WARNING: GNAT is required to build ada configure: WARNING: --enable-host-shared required to build jit Nice. I'll commit this version in a few days, if there are no objections. Thanks for doing this! Gerald

Re: [config PATCH] --enable-languages

2017-05-24 Thread Martin Sebor
On 05/19/2017 10:59 AM, Nathan Sidwell wrote: --enable-languages=all confused me, because as RichardB said, 'it really means default'. So this patch does 2 things 1) allow --enable-languages=default to mean what =all does now. 2) change =all to mean all available languages. 2.1) jit is included

Re: [config PATCH] --enable-languages

2017-05-24 Thread Nathan Sidwell
On 05/24/2017 09:41 AM, Richard Biener wrote: Ok. Did you check =all works with/without a host Ada compiler installed? (warning but not including ada in the without case?) I checked on a system lacking ada, but I do notice there is no warning, which seems undesirable. This patch tweaks thi

Re: [config PATCH] --enable-languages

2017-05-24 Thread Richard Biener
On Fri, May 19, 2017 at 6:59 PM, Nathan Sidwell wrote: > --enable-languages=all confused me, because as RichardB said, 'it really > means default'. So this patch does 2 things > 1) allow --enable-languages=default to mean what =all does now. > 2) change =all to mean all available languages. > 2.1

Re: [config PATCH] --enable-languages

2017-05-19 Thread Mike Stump
On May 19, 2017, at 9:59 AM, Nathan Sidwell wrote: > > --enable-languages=all confused me, because as RichardB said, 'it really > means default'. So this patch does 2 things > 1) allow --enable-languages=default to mean what =all does now. > 2) change =all to mean all available languages. > 2.1

[config PATCH] --enable-languages

2017-05-19 Thread Nathan Sidwell
--enable-languages=all confused me, because as RichardB said, 'it really means default'. So this patch does 2 things 1) allow --enable-languages=default to mean what =all does now. 2) change =all to mean all available languages. 2.1) jit is included in =all if -enable-host-shared is given. If y