libgo patch committed: Force LANG=C when looking for compiler version

Ian Lance Taylor iant@golang.org
Thu Mar 15 17:47:00 GMT 2018


On Thu, Mar 15, 2018 at 10:10 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> On Mär 15 2018, Ian Lance Taylor <iant@golang.org> wrote:
>
>> +     env = append(env, "LANG=C")
>
> You should use LC_ALL=C instead.

Does it really matter?  Do you think that this approach won't work?

Ian



More information about the Gcc-patches mailing list