Set default host and target charsets in the DJGPP port.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Apr 2009 18:29:34 +0000 (18:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Apr 2009 18:29:34 +0000 (18:29 +0000)
commit10085bb5ab70a5f2761657ac83c1b83bbad97ead
tree712ac129489bd2e797f8b9dfb286ba3e19823a21
parent155c8968d95e27131a80ae95bf6230ba2e19693b
Set default host and target charsets in the DJGPP port.

* config/djgpp/config.sed (am_cv_langinfo_codeset)
(bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
in all configure scripts that define ac_cv_env_CPP_value.
* go32-nat.c (dos_codepage, nl_langinfo): New functions.
Include langinfo.h.
* config/djgpp/nl_types.h: New file.
* config/djgpp/langinfo.h: New file.
* config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
gdb/ChangeLog
gdb/config/djgpp/config.sed
gdb/config/djgpp/langinfo.h [new file with mode: 0644]
gdb/config/djgpp/nl_types.h [new file with mode: 0644]
gdb/config/i386/go32.mh
gdb/go32-nat.c
This page took 0.02642 seconds and 4 git commands to generate.