This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/obish] Internationalize gdbarch.sh


On Tue, Apr 23, 2002 at 05:38:47PM -0400, Andrew Cagney wrote:
> >On Wed, Apr 17, 2002 at 02:53:31PM -0400, Andrew Cagney wrote:
> >
> >>Finally figured out why the GNU/Linux system I was using couldn't 
> >>reproduce gdbarch.[hc].  I guess I need to remember that GNU/Linux isn't 
> >>UNIX :-)
> >>
> >>Committed.
> >>Andrew
> >
> >
> >I think you want to set LC_ALL, also.  That's the appropriate hook for
> >something that needs to force an environment.
> 
> Er, how?  (yes dumb question time :-)

Same way you set LANG; as an environment variable.

LANG provides a default.  Then LC_* (COLLATE, etc.) provide more
specific tuning, and LC_ALL is the hammer to knock them all in line
when you REALLY want C.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]