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 in =all if -enable-host-shared is given.  If you
don't you get a warning that JIT's not included.

If you're used to saying =all, then you'll get more languages with this
patch than you used to.

ok?

FWIW, it took me a few broken bootstraps before I remembered that
all didn't actually mean all but just some.  I've since trained
myself to spell out all the languages explicitly (in addition to
typing all just to be safe) but I'm happy to see that I wasn't
the only one shaking his head at the confusing misnomer.  Thanks
for fixing it!

Martin

Reply via email to