Re: Cross-build issues in gdb/gnulib

2015-08-25 Thread Pedro Alves
Adding gnulib@ Original thread here: https://sourceware.org/ml/gdb/2015-08/msg00037.html Thanks, Pedro Alves On 08/25/2015 02:12 PM, paul_kon...@dell.com wrote: > >> On Aug 25, 2015, at 5:56 AM, Pedro Alves wrote: >> >> On 08/24/2015 10:20 PM, paul_kon...@dell.com wrote: >>> I'm running into

Re: Cross-build issues in gdb/gnulib

2015-08-25 Thread Paul Eggert
Pedro Alves wrote: # Test for the AIX locale name. if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP The comment refers to AIX, but it is in fact executed in the "*" case of a case statement, i.e., for everything oth

Re: Cross-build issues in gdb/gnulib

2015-08-25 Thread Paul_Koning
> On Aug 25, 2015, at 12:58 PM, Paul Eggert wrote: > > Pedro Alves wrote: >> # Test for the AIX locale name. >>> if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; >>> then >>>gt_cv_locale_ja=ja_JP >>> >>> The comment refers to AIX, but it is in f

Re: Cross-build issues in gdb/gnulib

2015-08-25 Thread Paul_Koning
> On Aug 25, 2015, at 12:58 PM, Paul Eggert wrote: > > Pedro Alves wrote: >> # Test for the AIX locale name. >>> if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; >>> then >>>gt_cv_locale_ja=ja_JP >>> >>> The comment refers to AIX, but it is in f

Re: Cross-build issues in gdb/gnulib

2015-08-25 Thread Pedro Alves
On 08/25/2015 06:06 PM, paul_kon...@dell.com wrote: > >> On Aug 25, 2015, at 12:58 PM, Paul Eggert wrote: >> >> Pedro Alves wrote: >>> # Test for the AIX locale name. if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale