On Fri, May 19, 2017 at 6:59 PM, Nathan Sidwell <nat...@acm.org> 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?
Ok. Did you check =all works with/without a host Ada compiler installed? (warning but not including ada in the without case?) Richard. > nathan > -- > Nathan Sidwell